Color Hex Logo

#565fcc Color Hex

#565FCC
(86,95,204)
0 Favorites   0 Comments

Color spaces of #565fcc

RGB 8695204
HSL0.650.540.57
HSV235°58°80°
CMYK 0.580.530.00   0.20
XYZ18.829014.522558.9375
Yxy14.52250.20400.1574
Hunter Lab38.108421.5055-65.0206
CIE-Lab44.973128.6587-57.8688

#565fcc color RGB value is (86,95,204).

#565fcc hex color red value is 86, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #565fcc hue: 0.65 , saturation: 0.54 and the lightness value of 565fcc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011111 11001100
Octal 126 137 314
Decimal 86 95 204
Hex 56 5F CC

RGB Percentages of Color #565fcc

%22.34
%24.68
%52.99

CMYK Percentages of Color #565fcc

%58
%53
%0
%20

Triadic Colors of #565fcc

#565fcc #cc565f #5fcc56

Analogous Colors of #565fcc

#565fcc #8856cc #569acc

Monochromatic Colors of #565fcc

#565fcc

Complementary Color

#565fcc #ccc356

#565fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#565fcc Color CSS Codes

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

#565fcc Text Font Color

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

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


#565fcc Background Color

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

This div background color is #565fcc


#565fcc Border Color

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

This div border color is #565fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565fcc


Comments

No comments written yet.

Please login to write comment.