#566479

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

Shades of Chambray #566479

Tints of Chambray #566479

Color information

#566479 (or 0x566479) is unknown color: approx Chambray. HEX triplet: 56, 64 and 79. RGB value is (86,100,121). Sum of RGB (Red+Green+Blue) = 86+100+121=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #566479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566479 is #A99B86. Grayscale: #626262. Windows color (decimal): -11115399 or 7955542. OLE color: 7955542.

HSL color Cylindrical-coordinate representation of color #566479: hue angle of 216º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #566479 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86100121-
CMYK0.290.1700.53
HSL216º16.91%40.59%-
HSV(B)216º28.93%47.45%-
XYZ11.8512.4719.87-
YUV98.21140.86119.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=28.01%
G=32.57%
B=39.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861001210.290.1700.5321616.9140.59
Hex5664791D11035d81129
Octal12614417135210653302151
Binary101011011001001111001111011000101101011101100010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566479; }

 p { color: rgb(86,100,121); }

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

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

 a { background-color: rgb(86,100,121); }

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

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

 span { border-color: rgb(86,100,121); }

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