Shades of Chambray #59647A
Tints of Chambray #59647A
RGB
CMYK
RGB Variations
Color information
#59647A (or 0x59647A) is known color: Chambray. HEX triplet: 59, 64 and 7A. RGB value is (89,100,122). Sum of RGB (Red+Green+Blue) = 89+100+122=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #59647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59647A is #A69B85. Grayscale: #636363. Windows color (decimal): -10918790 or 8021081. OLE color: 8021081.
HSL color Cylindrical-coordinate representation of color #59647A: hue angle of 220º 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 #59647A is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 100 | 122 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.52 |
| HSL | 220º | 0.16% | 0.41% | - |
| HSV(B) | 220º | 0.27% | 0.48% | - |
| XYZ | 12.19 | 12.64 | 20.21 | - |
| YUV | 99.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 122 | 0.27 | 0.18 | 0 | 0.52 | 220 | 0.16 | 0.41 |
| Hex | 59 | 64 | 7A | 1B | 12 | 0 | 34 | DC | 10 | 29 |
| Octal | 131 | 144 | 172 | 33 | 22 | 0 | 64 | 334 | 20 | 51 |
| Binary | 1011001 | 1100100 | 1111010 | 11011 | 10010 | 0 | 110100 | 11011100 | 10000 | 101001 |
Color Harmonies of #59647A
Complementary color
Monochromatic Colors of #59647A
Black with #59647A
Text Example
Text Example
White with #59647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59647A; }
p { color: rgb(89,100,122); }
H1.HeaderClassName
{
color: #59647A;
}
.AnyTagClassName
{
color: #59647A;
}
</style>
background-color css
<style>
a { background-color: #59647A; }
a { background-color: rgb(89,100,122); }
div.DivClassName
{
background-color: #59647A;
}
.BgClassName
{
background-color: #59647A;
}
</style>
border-color css
<style>
span { border-color: #59647A; }
span { border-color: rgb(89,100,122); }
td.TdClassName
{
border-color: #59647A;
}
.TagClassName
{
border-color: #59647A;
}
</style>