Color Hex Logo

#566ccb Color Hex

#566CCB
(86,108,203)
0 Favorites   0 Comments

Color spaces of #566ccb

RGB 86108203
HSL0.640.530.57
HSV229°58°80°
CMYK 0.580.470.00   0.20
XYZ19.979817.015458.7312
Yxy17.01540.20870.1778
Hunter Lab41.249714.2716-55.5421
CIE-Lab48.279420.2285-51.9778

#566ccb color RGB value is (86,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101100 11001011
Octal 126 154 313
Decimal 86 108 203
Hex 56 6C CB

RGB Percentages of Color #566ccb

%21.66
%27.20
%51.13

CMYK Percentages of Color #566ccb

%58
%47
%0
%20

Triadic Colors of #566ccb

#566ccb #cb566c #6ccb56

Analogous Colors of #566ccb

#566ccb #7b56cb #56a7cb

Monochromatic Colors of #566ccb

#566ccb

Complementary Color

#566ccb #cbb556

#566ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#566ccb Color CSS Codes

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

#566ccb Text Font Color

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

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


#566ccb Background Color

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

This div background color is #566ccb


#566ccb Border Color

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

This div border color is #566ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566ccb


Comments

No comments written yet.

Please login to write comment.