#566277

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

Shades of Chambray #566277

Tints of Chambray #566277

Color information

#566277 (or 0x566277) is unknown color: approx Chambray. HEX triplet: 56, 62 and 77. RGB value is (86,98,119). Sum of RGB (Red+Green+Blue) = 86+98+119=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #566277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566277 is #A99D88. Grayscale: #606060. Windows color (decimal): -11115913 or 7823958. OLE color: 7823958.

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

Color convert

RGB8698119-
CMYK0.280.1800.53
HSL218.18º16.1%40.2%-
HSV(B)218.18º27.73%46.67%-
XYZ11.5412.0519.17-
YUV96.81140.52120.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=28.38%
G=32.34%
B=39.27%

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
Decimal86981190.280.1800.53218.1816.140.2
Hex5662771C12035da1028
Octal12614216734220653322050
Binary101011011000101110111111001001001101011101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566277; }

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

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

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

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

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

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

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

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