#566175

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

Shades of Chambray #566175

Tints of Chambray #566175

Color information

#566175 (or 0x566175) is unknown color: approx Chambray. HEX triplet: 56, 61 and 75. RGB value is (86,97,117). Sum of RGB (Red+Green+Blue) = 86+97+117=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #566175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566175 is #A99E8A. Grayscale: #5F5F5F. Windows color (decimal): -11116171 or 7692630. OLE color: 7692630.

HSL color Cylindrical-coordinate representation of color #566175: hue angle of 218.71º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566175 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8697117-
CMYK0.260.1700.54
HSL218.71º15.27%39.8%-
HSV(B)218.71º26.5%45.88%-
XYZ11.3211.8118.51-
YUV95.99139.86120.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 117 (46.09% from 255) = 39%
R=28.67%
G=32.33%
B=39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86971170.260.1700.54218.7115.2739.8
Hex5661751A11036dbf28
Octal12614116532210663331750
Binary10101101100001111010111010100010110110110110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566175; }

 p { color: rgb(86,97,117); }

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

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

 a { background-color: rgb(86,97,117); }

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

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

 span { border-color: rgb(86,97,117); }

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