Shades of Chambray #575F78
Tints of Chambray #575F78
RGB
CMYK
RGB Variations
Color information
#575F78 (or 0x575F78) is known color: Chambray. HEX triplet: 57, 5F and 78. RGB value is (87,95,120). Sum of RGB (Red+Green+Blue) = 87+95+120=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #575F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F78 is #A8A087. Grayscale: #5F5F5F. Windows color (decimal): -11051144 or 7888727. OLE color: 7888727.
HSL color Cylindrical-coordinate representation of color #575F78: hue angle of 225.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575F78 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 95 | 120 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.53 |
| HSL | 225.45º | 0.16% | 0.41% | - |
| HSV(B) | 225.45º | 0.28% | 0.47% | - |
| XYZ | 11.41 | 11.57 | 19.4 | - |
| YUV | 95.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 120 | 0.28 | 0.21 | 0 | 0.53 | 225.45 | 0.16 | 0.41 |
| Hex | 57 | 5F | 78 | 1C | 15 | 0 | 35 | E1 | 10 | 29 |
| Octal | 127 | 137 | 170 | 34 | 25 | 0 | 65 | 341 | 20 | 51 |
| Binary | 1010111 | 1011111 | 1111000 | 11100 | 10101 | 0 | 110101 | 11100001 | 10000 | 101001 |
Color Harmonies of #575F78
Complementary color
Monochromatic Colors of #575F78
Black with #575F78
Text Example
Text Example
White with #575F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F78; }
p { color: rgb(87,95,120); }
H1.HeaderClassName
{
color: #575F78;
}
.AnyTagClassName
{
color: #575F78;
}
</style>
background-color css
<style>
a { background-color: #575F78; }
a { background-color: rgb(87,95,120); }
div.DivClassName
{
background-color: #575F78;
}
.BgClassName
{
background-color: #575F78;
}
</style>
border-color css
<style>
span { border-color: #575F78; }
span { border-color: rgb(87,95,120); }
td.TdClassName
{
border-color: #575F78;
}
.TagClassName
{
border-color: #575F78;
}
</style>