Shades of Chambray #57607C
Tints of Chambray #57607C
RGB
CMYK
RGB Variations
Color information
#57607C (or 0x57607C) is known color: Chambray. HEX triplet: 57, 60 and 7C. RGB value is (87,96,124). Sum of RGB (Red+Green+Blue) = 87+96+124=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #57607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57607C is #A89F83. Grayscale: #606060. Windows color (decimal): -11050884 or 8151127. OLE color: 8151127.
HSL color Cylindrical-coordinate representation of color #57607C: hue angle of 225.41º 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 #57607C is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 96 | 124 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.51 |
| HSL | 225.41º | 0.18% | 0.41% | - |
| HSV(B) | 225.41º | 0.3% | 0.49% | - |
| XYZ | 11.75 | 11.85 | 20.74 | - |
| YUV | 96.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 96 | 124 | 0.30 | 0.23 | 0 | 0.51 | 225.41 | 0.18 | 0.41 |
| Hex | 57 | 60 | 7C | 1E | 17 | 0 | 33 | E1 | 12 | 29 |
| Octal | 127 | 140 | 174 | 36 | 27 | 0 | 63 | 341 | 22 | 51 |
| Binary | 1010111 | 1100000 | 1111100 | 11110 | 10111 | 0 | 110011 | 11100001 | 10010 | 101001 |
Color Harmonies of #57607C
Complementary color
Monochromatic Colors of #57607C
Black with #57607C
Text Example
Text Example
White with #57607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57607C; }
p { color: rgb(87,96,124); }
H1.HeaderClassName
{
color: #57607C;
}
.AnyTagClassName
{
color: #57607C;
}
</style>
background-color css
<style>
a { background-color: #57607C; }
a { background-color: rgb(87,96,124); }
div.DivClassName
{
background-color: #57607C;
}
.BgClassName
{
background-color: #57607C;
}
</style>
border-color css
<style>
span { border-color: #57607C; }
span { border-color: rgb(87,96,124); }
td.TdClassName
{
border-color: #57607C;
}
.TagClassName
{
border-color: #57607C;
}
</style>