Color Hex Logo

#535bcd Color Hex

#535BCD
(83,91,205)
0 Favorites   0 Comments

Color spaces of #535bcd

RGB 8391205
HSL0.660.550.56
HSV236°60°80°
CMYK 0.600.560.00   0.20
XYZ18.327813.728959.4416
Yxy13.72890.20030.1500
Hunter Lab37.052523.4520-69.1793
CIE-Lab43.841630.9264-60.2831

#535bcd color RGB value is (83,91,205).

#535bcd hex color red value is 83, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #535bcd hue: 0.66 , saturation: 0.55 and the lightness value of 535bcd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011011 11001101
Octal 123 133 315
Decimal 83 91 205
Hex 53 5B CD

RGB Percentages of Color #535bcd

%21.90
%24.01
%54.09

CMYK Percentages of Color #535bcd

%60
%56
%0
%20

Triadic Colors of #535bcd

#535bcd #cd535b #5bcd53

Analogous Colors of #535bcd

#535bcd #8853cd #5398cd

Monochromatic Colors of #535bcd

#535bcd

Complementary Color

#535bcd #cdc553

#535bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#535bcd Color CSS Codes

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

#535bcd Text Font Color

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

This sample text font color is #535bcd
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.


#535bcd Background Color

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

This div background color is #535bcd


#535bcd Border Color

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

This div border color is #535bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535bcd


Comments

No comments written yet.

Please login to write comment.