#575F71

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

Shades of Chambray #575F71

Tints of Chambray #575F71

Color information

#575F71 (or 0x575F71) is unknown color: approx Chambray. HEX triplet: 57, 5F and 71. RGB value is (87,95,113). Sum of RGB (Red+Green+Blue) = 87+95+113=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #575F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F71 is #A8A08E. Grayscale: #5E5E5E. Windows color (decimal): -11051151 or 7429975. OLE color: 7429975.

HSL color Cylindrical-coordinate representation of color #575F71: hue angle of 221.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575F71 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8795113-
CMYK0.230.1600.56
HSL221.54º13%39.22%-
HSV(B)221.54º23.01%44.31%-
XYZ1111.417.24-
YUV94.66138.35122.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=29.49%
G=32.20%
B=38.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87951130.230.1600.56221.541339.22
Hex575F711710038ded27
Octal12713716127200703361547
Binary10101111011111111000110111100000111000110111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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