Shades of Chambray #57637C
Tints of Chambray #57637C
RGB
CMYK
RGB Variations
Color information
#57637C (or 0x57637C) is known color: Chambray. HEX triplet: 57, 63 and 7C. RGB value is (87,99,124). Sum of RGB (Red+Green+Blue) = 87+99+124=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #57637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57637C is #A89C83. Grayscale: #626262. Windows color (decimal): -11050116 or 8151895. OLE color: 8151895.
HSL color Cylindrical-coordinate representation of color #57637C: hue angle of 220.54º 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 #57637C is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 99 | 124 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.51 |
| HSL | 220.54º | 0.18% | 0.41% | - |
| HSV(B) | 220.54º | 0.3% | 0.49% | - |
| XYZ | 12.03 | 12.41 | 20.83 | - |
| YUV | 98.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 124 | 0.30 | 0.20 | 0 | 0.51 | 220.54 | 0.18 | 0.41 |
| Hex | 57 | 63 | 7C | 1E | 14 | 0 | 33 | DD | 12 | 29 |
| Octal | 127 | 143 | 174 | 36 | 24 | 0 | 63 | 335 | 22 | 51 |
| Binary | 1010111 | 1100011 | 1111100 | 11110 | 10100 | 0 | 110011 | 11011101 | 10010 | 101001 |
Color Harmonies of #57637C
Complementary color
Monochromatic Colors of #57637C
Black with #57637C
Text Example
Text Example
White with #57637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57637C; }
p { color: rgb(87,99,124); }
H1.HeaderClassName
{
color: #57637C;
}
.AnyTagClassName
{
color: #57637C;
}
</style>
background-color css
<style>
a { background-color: #57637C; }
a { background-color: rgb(87,99,124); }
div.DivClassName
{
background-color: #57637C;
}
.BgClassName
{
background-color: #57637C;
}
</style>
border-color css
<style>
span { border-color: #57637C; }
span { border-color: rgb(87,99,124); }
td.TdClassName
{
border-color: #57637C;
}
.TagClassName
{
border-color: #57637C;
}
</style>