#566278

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

Shades of Chambray #566278

Tints of Chambray #566278

Color information

#566278 (or 0x566278) is unknown color: approx Chambray. HEX triplet: 56, 62 and 78. RGB value is (86,98,120). Sum of RGB (Red+Green+Blue) = 86+98+120=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #566278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566278 is #A99D87. Grayscale: #606060. Windows color (decimal): -11115912 or 7889494. OLE color: 7889494.

HSL color Cylindrical-coordinate representation of color #566278: hue angle of 218.82º degrees, saturation: 0.17, 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 #566278 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8698120-
CMYK0.280.1800.53
HSL218.82º16.5%40.39%-
HSV(B)218.82º28.33%47.06%-
XYZ11.612.0719.49-
YUV96.92141.02120.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=28.29%
G=32.24%
B=39.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86981200.280.1800.53218.8216.540.39
Hex5662781C12035db1128
Octal12614217034220653332150
Binary101011011000101111000111001001001101011101101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566278; }

 p { color: rgb(86,98,120); }

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

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

 a { background-color: rgb(86,98,120); }

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

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

 span { border-color: rgb(86,98,120); }

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