Shades of Chambray #59617A
Tints of Chambray #59617A
RGB
CMYK
RGB Variations
Color information
#59617A (or 0x59617A) is known color: Chambray. HEX triplet: 59, 61 and 7A. RGB value is (89,97,122). Sum of RGB (Red+Green+Blue) = 89+97+122=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #59617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59617A is #A69E85. Grayscale: #616161. Windows color (decimal): -10919558 or 8020313. OLE color: 8020313.
HSL color Cylindrical-coordinate representation of color #59617A: hue angle of 225.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59617A is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 97 | 122 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.52 |
| HSL | 225.45º | 0.16% | 0.41% | - |
| HSV(B) | 225.45º | 0.27% | 0.48% | - |
| XYZ | 11.91 | 12.08 | 20.12 | - |
| YUV | 97.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 122 | 0.27 | 0.20 | 0 | 0.52 | 225.45 | 0.16 | 0.41 |
| Hex | 59 | 61 | 7A | 1B | 14 | 0 | 34 | E1 | 10 | 29 |
| Octal | 131 | 141 | 172 | 33 | 24 | 0 | 64 | 341 | 20 | 51 |
| Binary | 1011001 | 1100001 | 1111010 | 11011 | 10100 | 0 | 110100 | 11100001 | 10000 | 101001 |
Color Harmonies of #59617A
Complementary color
Monochromatic Colors of #59617A
Black with #59617A
Text Example
Text Example
White with #59617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59617A; }
p { color: rgb(89,97,122); }
H1.HeaderClassName
{
color: #59617A;
}
.AnyTagClassName
{
color: #59617A;
}
</style>
background-color css
<style>
a { background-color: #59617A; }
a { background-color: rgb(89,97,122); }
div.DivClassName
{
background-color: #59617A;
}
.BgClassName
{
background-color: #59617A;
}
</style>
border-color css
<style>
span { border-color: #59617A; }
span { border-color: rgb(89,97,122); }
td.TdClassName
{
border-color: #59617A;
}
.TagClassName
{
border-color: #59617A;
}
</style>