Shades of Chambray #575F80
Tints of Chambray #575F80
RGB
CMYK
RGB Variations
Color information
#575F80 (or 0x575F80) is known color: Chambray. HEX triplet: 57, 5F and 80. RGB value is (87,95,128). Sum of RGB (Red+Green+Blue) = 87+95+128=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #575F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F80 is #A8A07F. Grayscale: #606060. Windows color (decimal): -11051136 or 8413015. OLE color: 8413015.
HSL color Cylindrical-coordinate representation of color #575F80: hue angle of 228.29º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #575F80 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 95 | 128 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.50 |
| HSL | 228.29º | 0.19% | 0.42% | - |
| HSV(B) | 228.29º | 0.32% | 0.5% | - |
| XYZ | 11.92 | 11.77 | 22.07 | - |
| YUV | 96.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 128 | 0.32 | 0.26 | 0 | 0.50 | 228.29 | 0.19 | 0.42 |
| Hex | 57 | 5F | 80 | 20 | 1A | 0 | 32 | E4 | 13 | 2A |
| Octal | 127 | 137 | 200 | 40 | 32 | 0 | 62 | 344 | 23 | 52 |
| Binary | 1010111 | 1011111 | 10000000 | 100000 | 11010 | 0 | 110010 | 11100100 | 10011 | 101010 |
Color Harmonies of #575F80
Complementary color
Monochromatic Colors of #575F80
Black with #575F80
Text Example
Text Example
White with #575F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F80; }
p { color: rgb(87,95,128); }
H1.HeaderClassName
{
color: #575F80;
}
.AnyTagClassName
{
color: #575F80;
}
</style>
background-color css
<style>
a { background-color: #575F80; }
a { background-color: rgb(87,95,128); }
div.DivClassName
{
background-color: #575F80;
}
.BgClassName
{
background-color: #575F80;
}
</style>
border-color css
<style>
span { border-color: #575F80; }
span { border-color: rgb(87,95,128); }
td.TdClassName
{
border-color: #575F80;
}
.TagClassName
{
border-color: #575F80;
}
</style>