Color Hex Logo

#535bbe Color Hex

#535BBE
(83,91,190)
0 Favorites   0 Comments

Color spaces of #535bbe

RGB 8391190
HSL0.650.450.54
HSV236°56°75°
CMYK 0.560.520.00   0.25
XYZ16.602613.038950.3569
Yxy13.03890.20750.1630
Hunter Lab36.109418.8803-57.4071
CIE-Lab42.821825.9582-53.2496

#535bbe color RGB value is (83,91,190).

#535bbe hex color red value is 83, green value is 91 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #535bbe hue: 0.65 , saturation: 0.45 and the lightness value of 535bbe is 0.54.

The process color (four color CMYK) of #535bbe color hex is 0.56, 0.52, 0.00, 0.25. Web safe color of #535bbe is #6666cc. Color #535bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011011 10111110
Octal 123 133 276
Decimal 83 91 190
Hex 53 5B BE

RGB Percentages of Color #535bbe

%22.80
%25.00
%52.20

CMYK Percentages of Color #535bbe

%56
%52
%0
%25

Triadic Colors of #535bbe

#535bbe #be535b #5bbe53

Analogous Colors of #535bbe

#535bbe #8153be #5391be

Monochromatic Colors of #535bbe

#535bbe

Complementary Color

#535bbe #beb653

#535bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#535bbe Color CSS Codes

.mybgcolor {background-color:#535bbe; } 
.myforecolor {color:#535bbe; }
.mybordercolor {border:3px solid #535bbe; }

#535bbe Text Font Color

<p style="color:#535bbe">Text here</p>

This sample text font color is #535bbe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#535bbe Background Color

<div style="background-color:#535bbe">
Div content here</div>

This div background color is #535bbe


#535bbe Border Color

<div style="border:3px solid #535bbe">
Div here</div>

This div border color is #535bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,91,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #535bbe;
  box-shadow:         1px 1px 3px 2px #535bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,91,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #535bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #535bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #535bbe;
  box-shadow:         1px 1px 3px 2px #535bbe;">
Div content here</div>

This div box has shadow with color #535bbe


Comments

No comments written yet.

Please login to write comment.