#575F72

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

Shades of Chambray #575F72

Tints of Chambray #575F72

Color information

#575F72 (or 0x575F72) is unknown color: approx Chambray. HEX triplet: 57, 5F and 72. RGB value is (87,95,114). Sum of RGB (Red+Green+Blue) = 87+95+114=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #575F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F72 is #A8A08D. Grayscale: #5E5E5E. Windows color (decimal): -11051150 or 7495511. OLE color: 7495511.

HSL color Cylindrical-coordinate representation of color #575F72: hue angle of 222.22º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575F72 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8795114-
CMYK0.240.1700.55
HSL222.22º13.43%39.41%-
HSV(B)222.22º23.68%44.71%-
XYZ11.0611.4317.54-
YUV94.77138.85122.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=29.39%
G=32.09%
B=38.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87951140.240.1700.55222.2213.4339.41
Hex575F721811037ded27
Octal12713716230210673361547
Binary10101111011111111001011000100010110111110111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575F72; }

 p { color: rgb(87,95,114); }

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

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

 a { background-color: rgb(87,95,114); }

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

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

 span { border-color: rgb(87,95,114); }

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