Shades of Chambray #575E71
Tints of Chambray #575E71
RGB
CMYK
RGB Variations
Color information
#575E71 (or 0x575E71) is known color: 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
| RGB | 87 | 94 | 113 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.56 |
| HSL | 223.85º | 0.13% | 0.39% | - |
| HSV(B) | 223.85º | 0.23% | 0.44% | - |
| XYZ | 10.91 | 11.22 | 17.21 | - |
| YUV | 94.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 113 | 0.23 | 0.17 | 0 | 0.56 | 223.85 | 0.13 | 0.39 |
| Hex | 57 | 5E | 71 | 17 | 11 | 0 | 38 | E0 | D | 27 |
| Octal | 127 | 136 | 161 | 27 | 21 | 0 | 70 | 340 | 15 | 47 |
| Binary | 1010111 | 1011110 | 1110001 | 10111 | 10001 | 0 | 111000 | 11100000 | 1101 | 100111 |
Color Harmonies of #575E71
Complementary color
Monochromatic Colors of #575E71
Black with #575E71
Text Example
Text Example
White with #575E71
Text Example
Text Example
HTML Codes & Css Web 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>