Shades of Chambray #57627C
Tints of Chambray #57627C
RGB
CMYK
RGB Variations
Color information
#57627C (or 0x57627C) is known color: Chambray. HEX triplet: 57, 62 and 7C. RGB value is (87,98,124). Sum of RGB (Red+Green+Blue) = 87+98+124=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #57627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57627C is #A89D83. Grayscale: #616161. Windows color (decimal): -11050372 or 8151639. OLE color: 8151639.
HSL color Cylindrical-coordinate representation of color #57627C: hue angle of 222.16º 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 #57627C is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 98 | 124 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.51 |
| HSL | 222.16º | 0.18% | 0.41% | - |
| HSV(B) | 222.16º | 0.3% | 0.49% | - |
| XYZ | 11.94 | 12.22 | 20.8 | - |
| YUV | 97.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 124 | 0.30 | 0.21 | 0 | 0.51 | 222.16 | 0.18 | 0.41 |
| Hex | 57 | 62 | 7C | 1E | 15 | 0 | 33 | DE | 12 | 29 |
| Octal | 127 | 142 | 174 | 36 | 25 | 0 | 63 | 336 | 22 | 51 |
| Binary | 1010111 | 1100010 | 1111100 | 11110 | 10101 | 0 | 110011 | 11011110 | 10010 | 101001 |
Color Harmonies of #57627C
Complementary color
Monochromatic Colors of #57627C
Black with #57627C
Text Example
Text Example
White with #57627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57627C; }
p { color: rgb(87,98,124); }
H1.HeaderClassName
{
color: #57627C;
}
.AnyTagClassName
{
color: #57627C;
}
</style>
background-color css
<style>
a { background-color: #57627C; }
a { background-color: rgb(87,98,124); }
div.DivClassName
{
background-color: #57627C;
}
.BgClassName
{
background-color: #57627C;
}
</style>
border-color css
<style>
span { border-color: #57627C; }
span { border-color: rgb(87,98,124); }
td.TdClassName
{
border-color: #57627C;
}
.TagClassName
{
border-color: #57627C;
}
</style>