#566080

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

Shades of Chambray #566080

Tints of Chambray #566080

Color information

#566080 (or 0x566080) is unknown color: approx Chambray. HEX triplet: 56, 60 and 80. RGB value is (86,96,128). Sum of RGB (Red+Green+Blue) = 86+96+128=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #566080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566080 is #A99F7F. Grayscale: #606060. Windows color (decimal): -11116416 or 8413270. OLE color: 8413270.

HSL color Cylindrical-coordinate representation of color #566080: hue angle of 225.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566080 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8696128-
CMYK0.330.2500.50
HSL225.71º19.63%41.96%-
HSV(B)225.71º32.81%50.2%-
XYZ11.9211.922.09-
YUV96.66145.69120.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=27.74%
G=30.97%
B=41.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86961280.330.2500.50225.7119.6341.96
Hex5660802119032e2142a
Octal12614020041310623422452
Binary10101101100000100000001000011100101100101110001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566080; }

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

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

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

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

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

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

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

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