Color Hex Logo

#565ccb Color Hex

#565CCB
(86,92,203)
0 Favorites   0 Comments

Color spaces of #565ccb

RGB 8692203
HSL0.660.530.57
HSV237°58°80°
CMYK 0.580.550.00   0.20
XYZ18.444413.944558.2193
Yxy13.94450.20360.1539
Hunter Lab37.342322.8169-66.2976
CIE-Lab44.153230.1945-58.6176

#565ccb color RGB value is (86,92,203).

#565ccb hex color red value is 86, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #565ccb hue: 0.66 , saturation: 0.53 and the lightness value of 565ccb is 0.57.

The process color (four color CMYK) of #565ccb color hex is 0.58, 0.55, 0.00, 0.20. Web safe color of #565ccb is #6666cc. Color #565ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011100 11001011
Octal 126 134 313
Decimal 86 92 203
Hex 56 5C CB

RGB Percentages of Color #565ccb

%22.57
%24.15
%53.28

CMYK Percentages of Color #565ccb

%58
%55
%0
%20

Triadic Colors of #565ccb

#565ccb #cb565c #5ccb56

Analogous Colors of #565ccb

#565ccb #8b56cb #5697cb

Monochromatic Colors of #565ccb

#565ccb

Complementary Color

#565ccb #cbc556

#565ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#565ccb Color CSS Codes

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

#565ccb Text Font Color

<p style="color:#565ccb">Text here</p>

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


#565ccb Background Color

<div style="background-color:#565ccb">
Div content here</div>

This div background color is #565ccb


#565ccb Border Color

<div style="border:3px solid #565ccb">
Div here</div>

This div border color is #565ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,92,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #565ccb;
  box-shadow:         1px 1px 3px 2px #565ccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,92,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565ccb


Comments

No comments written yet.

Please login to write comment.