#575E71

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

Shades of Chambray #575E71

Tints of Chambray #575E71

Color information

#575E71 (or 0x575E71) is unknown color: approx Chambray. HEX triplet: 57, 5E and 71. RGB value is (87,94,113). Sum of RGB (Red+Green+Blue) = 87+94+113=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #575E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E71 is #A8A18E. Grayscale: #5D5D5D. Windows color (decimal): -11051407 or 7429719. OLE color: 7429719.

HSL color Cylindrical-coordinate representation of color #575E71: hue angle of 223.85º 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 #575E71 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8794113-
CMYK0.230.1700.56
HSL223.85º13%39.22%-
HSV(B)223.85º23.01%44.31%-
XYZ10.9111.2217.21-
YUV94.07138.68122.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.59%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=29.59%
G=31.97%
B=38.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87941130.230.1700.56223.851339.22
Hex575E711711038e0d27
Octal12713616127210703401547
Binary10101111011110111000110111100010111000111000001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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