Shades of Chambray #59617B
Tints of Chambray #59617B
RGB
CMYK
RGB Variations
Color information
#59617B (or 0x59617B) is known color: Chambray. HEX triplet: 59, 61 and 7B. RGB value is (89,97,123). Sum of RGB (Red+Green+Blue) = 89+97+123=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 97 (38.28% from 255 or 31.39% 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 #59617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59617B is #A69E84. Grayscale: #616161. Windows color (decimal): -10919557 or 8085849. OLE color: 8085849.
HSL color Cylindrical-coordinate representation of color #59617B: hue angle of 225.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59617B is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 97 | 123 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.52 |
| HSL | 225.88º | 0.16% | 0.42% | - |
| HSV(B) | 225.88º | 0.28% | 0.48% | - |
| XYZ | 11.97 | 12.1 | 20.44 | - |
| YUV | 97.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 123 | 0.28 | 0.21 | 0 | 0.52 | 225.88 | 0.16 | 0.42 |
| Hex | 59 | 61 | 7B | 1C | 15 | 0 | 34 | E2 | 10 | 2A |
| Octal | 131 | 141 | 173 | 34 | 25 | 0 | 64 | 342 | 20 | 52 |
| Binary | 1011001 | 1100001 | 1111011 | 11100 | 10101 | 0 | 110100 | 11100010 | 10000 | 101010 |
Color Harmonies of #59617B
Complementary color
Monochromatic Colors of #59617B
Black with #59617B
Text Example
Text Example
White with #59617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59617B; }
p { color: rgb(89,97,123); }
H1.HeaderClassName
{
color: #59617B;
}
.AnyTagClassName
{
color: #59617B;
}
</style>
background-color css
<style>
a { background-color: #59617B; }
a { background-color: rgb(89,97,123); }
div.DivClassName
{
background-color: #59617B;
}
.BgClassName
{
background-color: #59617B;
}
</style>
border-color css
<style>
span { border-color: #59617B; }
span { border-color: rgb(89,97,123); }
td.TdClassName
{
border-color: #59617B;
}
.TagClassName
{
border-color: #59617B;
}
</style>