Shades of Chambray #57637B
Tints of Chambray #57637B
RGB
CMYK
RGB Variations
Color information
#57637B (or 0x57637B) is known color: Chambray. HEX triplet: 57, 63 and 7B. RGB value is (87,99,123). Sum of RGB (Red+Green+Blue) = 87+99+123=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #57637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57637B is #A89C84. Grayscale: #626262. Windows color (decimal): -11050117 or 8086359. OLE color: 8086359.
HSL color Cylindrical-coordinate representation of color #57637B: hue angle of 220º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57637B is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 99 | 123 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.52 |
| HSL | 220º | 0.17% | 0.41% | - |
| HSV(B) | 220º | 0.29% | 0.48% | - |
| XYZ | 11.97 | 12.38 | 20.5 | - |
| YUV | 98.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 123 | 0.29 | 0.20 | 0 | 0.52 | 220 | 0.17 | 0.41 |
| Hex | 57 | 63 | 7B | 1D | 14 | 0 | 34 | DC | 11 | 29 |
| Octal | 127 | 143 | 173 | 35 | 24 | 0 | 64 | 334 | 21 | 51 |
| Binary | 1010111 | 1100011 | 1111011 | 11101 | 10100 | 0 | 110100 | 11011100 | 10001 | 101001 |
Color Harmonies of #57637B
Complementary color
Monochromatic Colors of #57637B
Black with #57637B
Text Example
Text Example
White with #57637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57637B; }
p { color: rgb(87,99,123); }
H1.HeaderClassName
{
color: #57637B;
}
.AnyTagClassName
{
color: #57637B;
}
</style>
background-color css
<style>
a { background-color: #57637B; }
a { background-color: rgb(87,99,123); }
div.DivClassName
{
background-color: #57637B;
}
.BgClassName
{
background-color: #57637B;
}
</style>
border-color css
<style>
span { border-color: #57637B; }
span { border-color: rgb(87,99,123); }
td.TdClassName
{
border-color: #57637B;
}
.TagClassName
{
border-color: #57637B;
}
</style>