Shades of Chambray #57607B
Tints of Chambray #57607B
RGB
CMYK
RGB Variations
Color information
#57607B (or 0x57607B) is known color: Chambray. HEX triplet: 57, 60 and 7B. RGB value is (87,96,123). Sum of RGB (Red+Green+Blue) = 87+96+123=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #57607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57607B is #A89F84. Grayscale: #606060. Windows color (decimal): -11050885 or 8085591. OLE color: 8085591.
HSL color Cylindrical-coordinate representation of color #57607B: hue angle of 225º 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 #57607B is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 96 | 123 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.52 |
| HSL | 225º | 0.17% | 0.41% | - |
| HSV(B) | 225º | 0.29% | 0.48% | - |
| XYZ | 11.69 | 11.82 | 20.4 | - |
| YUV | 96.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 96 | 123 | 0.29 | 0.22 | 0 | 0.52 | 225 | 0.17 | 0.41 |
| Hex | 57 | 60 | 7B | 1D | 16 | 0 | 34 | E1 | 11 | 29 |
| Octal | 127 | 140 | 173 | 35 | 26 | 0 | 64 | 341 | 21 | 51 |
| Binary | 1010111 | 1100000 | 1111011 | 11101 | 10110 | 0 | 110100 | 11100001 | 10001 | 101001 |
Color Harmonies of #57607B
Complementary color
Monochromatic Colors of #57607B
Black with #57607B
Text Example
Text Example
White with #57607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57607B; }
p { color: rgb(87,96,123); }
H1.HeaderClassName
{
color: #57607B;
}
.AnyTagClassName
{
color: #57607B;
}
</style>
background-color css
<style>
a { background-color: #57607B; }
a { background-color: rgb(87,96,123); }
div.DivClassName
{
background-color: #57607B;
}
.BgClassName
{
background-color: #57607B;
}
</style>
border-color css
<style>
span { border-color: #57607B; }
span { border-color: rgb(87,96,123); }
td.TdClassName
{
border-color: #57607B;
}
.TagClassName
{
border-color: #57607B;
}
</style>