Color Hex Logo

#567ccc Color Hex

#567CCC
(86,124,204)
0 Favorites   0 Comments

Color spaces of #567ccc

RGB 86124204
HSL0.610.540.57
HSV221°58°80°
CMYK 0.580.390.00   0.20
XYZ21.944520.753459.9759
Yxy20.75340.21370.2021
Hunter Lab45.55596.2615-46.1682
CIE-Lab52.678510.7085-45.5352

#567ccc color RGB value is (86,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111100 11001100
Octal 126 174 314
Decimal 86 124 204
Hex 56 7C CC

RGB Percentages of Color #567ccc

%20.77
%29.95
%49.28

CMYK Percentages of Color #567ccc

%58
%39
%0
%20

Triadic Colors of #567ccc

#567ccc #cc567c #7ccc56

Analogous Colors of #567ccc

#567ccc #6b56cc #56b7cc

Monochromatic Colors of #567ccc

#567ccc

Complementary Color

#567ccc #cca656

#567ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#567ccc Color CSS Codes

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

#567ccc Text Font Color

<p style="color:#567ccc">Text here</p>

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


#567ccc Background Color

<div style="background-color:#567ccc">
Div content here</div>

This div background color is #567ccc


#567ccc Border Color

<div style="border:3px solid #567ccc">
Div here</div>

This div border color is #567ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,124,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 #567ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567ccc


Comments

No comments written yet.

Please login to write comment.