#566279

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

Shades of Chambray #566279

Tints of Chambray #566279

Color information

#566279 (or 0x566279) is unknown color: approx Chambray. HEX triplet: 56, 62 and 79. RGB value is (86,98,121). Sum of RGB (Red+Green+Blue) = 86+98+121=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #566279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566279 is #A99D86. Grayscale: #606060. Windows color (decimal): -11115911 or 7955030. OLE color: 7955030.

HSL color Cylindrical-coordinate representation of color #566279: hue angle of 219.43º 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 #566279 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8698121-
CMYK0.290.1900.53
HSL219.43º16.91%40.59%-
HSV(B)219.43º28.93%47.45%-
XYZ11.6612.0919.81-
YUV97.03141.52120.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=28.20%
G=32.13%
B=39.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86981210.290.1900.53219.4316.9140.59
Hex5662791D13035db1129
Octal12614217135230653332151
Binary101011011000101111001111011001101101011101101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566279; }

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

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

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

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

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

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

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

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