Shades of Chambray #57627B
Tints of Chambray #57627B
RGB
CMYK
RGB Variations
Color information
#57627B (or 0x57627B) is known color: Chambray. HEX triplet: 57, 62 and 7B. RGB value is (87,98,123). Sum of RGB (Red+Green+Blue) = 87+98+123=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #57627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57627B is #A89D84. Grayscale: #616161. Windows color (decimal): -11050373 or 8086103. OLE color: 8086103.
HSL color Cylindrical-coordinate representation of color #57627B: hue angle of 221.67º 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 #57627B is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 98 | 123 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.52 |
| HSL | 221.67º | 0.17% | 0.41% | - |
| HSV(B) | 221.67º | 0.29% | 0.48% | - |
| XYZ | 11.87 | 12.19 | 20.47 | - |
| YUV | 97.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 123 | 0.29 | 0.20 | 0 | 0.52 | 221.67 | 0.17 | 0.41 |
| Hex | 57 | 62 | 7B | 1D | 14 | 0 | 34 | DE | 11 | 29 |
| Octal | 127 | 142 | 173 | 35 | 24 | 0 | 64 | 336 | 21 | 51 |
| Binary | 1010111 | 1100010 | 1111011 | 11101 | 10100 | 0 | 110100 | 11011110 | 10001 | 101001 |
Color Harmonies of #57627B
Complementary color
Monochromatic Colors of #57627B
Black with #57627B
Text Example
Text Example
White with #57627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57627B; }
p { color: rgb(87,98,123); }
H1.HeaderClassName
{
color: #57627B;
}
.AnyTagClassName
{
color: #57627B;
}
</style>
background-color css
<style>
a { background-color: #57627B; }
a { background-color: rgb(87,98,123); }
div.DivClassName
{
background-color: #57627B;
}
.BgClassName
{
background-color: #57627B;
}
</style>
border-color css
<style>
span { border-color: #57627B; }
span { border-color: rgb(87,98,123); }
td.TdClassName
{
border-color: #57627B;
}
.TagClassName
{
border-color: #57627B;
}
</style>