#566077

Color #566077 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #566077

Tints of Chambray #566077

Color information

#566077 (or 0x566077) is unknown color: approx Chambray. HEX triplet: 56, 60 and 77. RGB value is (86,96,119). Sum of RGB (Red+Green+Blue) = 86+96+119=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #566077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566077 is #A99F88. Grayscale: #5F5F5F. Windows color (decimal): -11116425 or 7823446. OLE color: 7823446.

HSL color Cylindrical-coordinate representation of color #566077: hue angle of 221.82º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #566077 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8696119-
CMYK0.280.1900.53
HSL221.82º16.1%40.2%-
HSV(B)221.82º27.73%46.67%-
XYZ11.3511.6819.11-
YUV95.63141.19121.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=28.57%
G=31.89%
B=39.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86961190.280.1900.53221.8216.140.2
Hex5660771C13035de1028
Octal12614016734230653362050
Binary101011011000001110111111001001101101011101111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566077; }

 p { color: rgb(86,96,119); }

 H1.HeaderClassName
 {
   color: #566077;
 }
 .AnyTagClassName
 {
   color: #566077;
 }
</style>
background-color css

<style>
 a { background-color: #566077; }

 a { background-color: rgb(86,96,119); }

 div.DivClassName
 {
   background-color: #566077;
 }
 .BgClassName
 {
   background-color: #566077;
 }
</style>
border-color css

<style>
 span { border-color: #566077; }

 span { border-color: rgb(86,96,119); }

 td.TdClassName
 {
   border-color: #566077;
 }
 .TagClassName
 {
   border-color: #566077;
 }
</style>