Shades of Chambray #57617C
Tints of Chambray #57617C
RGB
CMYK
RGB Variations
Color information
#57617C (or 0x57617C) is known color: Chambray. HEX triplet: 57, 61 and 7C. RGB value is (87,97,124). Sum of RGB (Red+Green+Blue) = 87+97+124=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #57617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57617C is #A89E83. Grayscale: #606060. Windows color (decimal): -11050628 or 8151383. OLE color: 8151383.
HSL color Cylindrical-coordinate representation of color #57617C: hue angle of 223.78º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57617C is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 97 | 124 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.51 |
| HSL | 223.78º | 0.18% | 0.41% | - |
| HSV(B) | 223.78º | 0.3% | 0.49% | - |
| XYZ | 11.84 | 12.03 | 20.77 | - |
| YUV | 97.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 124 | 0.30 | 0.22 | 0 | 0.51 | 223.78 | 0.18 | 0.41 |
| Hex | 57 | 61 | 7C | 1E | 16 | 0 | 33 | E0 | 12 | 29 |
| Octal | 127 | 141 | 174 | 36 | 26 | 0 | 63 | 340 | 22 | 51 |
| Binary | 1010111 | 1100001 | 1111100 | 11110 | 10110 | 0 | 110011 | 11100000 | 10010 | 101001 |
Color Harmonies of #57617C
Complementary color
Monochromatic Colors of #57617C
Black with #57617C
Text Example
Text Example
White with #57617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57617C; }
p { color: rgb(87,97,124); }
H1.HeaderClassName
{
color: #57617C;
}
.AnyTagClassName
{
color: #57617C;
}
</style>
background-color css
<style>
a { background-color: #57617C; }
a { background-color: rgb(87,97,124); }
div.DivClassName
{
background-color: #57617C;
}
.BgClassName
{
background-color: #57617C;
}
</style>
border-color css
<style>
span { border-color: #57617C; }
span { border-color: rgb(87,97,124); }
td.TdClassName
{
border-color: #57617C;
}
.TagClassName
{
border-color: #57617C;
}
</style>