#576075

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

Shades of Chambray #576075

Tints of Chambray #576075

Color information

#576075 (or 0x576075) is unknown color: approx Chambray. HEX triplet: 57, 60 and 75. RGB value is (87,96,117). Sum of RGB (Red+Green+Blue) = 87+96+117=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 96 (37.89% from 255 or 32% 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 #576075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576075 is #A89F8A. Grayscale: #5F5F5F. Windows color (decimal): -11050891 or 7692375. OLE color: 7692375.

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

Color convert

RGB8796117-
CMYK0.260.1800.54
HSL222º14.71%40%-
HSV(B)222º25.64%45.88%-
XYZ11.3211.6818.49-
YUV95.7140.02121.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 117 (46.09% from 255) = 39%
R=29%
G=32%
B=39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87961170.260.1800.5422214.7140
Hex5760751A12036def28
Octal12714016532220663361750
Binary10101111100000111010111010100100110110110111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576075; }

 p { color: rgb(87,96,117); }

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

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

 a { background-color: rgb(87,96,117); }

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

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

 span { border-color: rgb(87,96,117); }

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