Shades of Kashmir Blue #59647F
Tints of Kashmir Blue #59647F
RGB
CMYK
RGB Variations
Color information
#59647F (or 0x59647F) is known color: Kashmir Blue. HEX triplet: 59, 64 and 7F. RGB value is (89,100,127). Sum of RGB (Red+Green+Blue) = 89+100+127=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #59647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59647F is #A69B80. Grayscale: #636363. Windows color (decimal): -10918785 or 8348761. OLE color: 8348761.
HSL color Cylindrical-coordinate representation of color #59647F: hue angle of 222.63º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59647F is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 100 | 127 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.50 |
| HSL | 222.63º | 0.18% | 0.42% | - |
| HSV(B) | 222.63º | 0.3% | 0.5% | - |
| XYZ | 12.51 | 12.77 | 21.88 | - |
| YUV | 99.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 127 | 0.30 | 0.21 | 0 | 0.50 | 222.63 | 0.18 | 0.42 |
| Hex | 59 | 64 | 7F | 1E | 15 | 0 | 32 | DF | 12 | 2A |
| Octal | 131 | 144 | 177 | 36 | 25 | 0 | 62 | 337 | 22 | 52 |
| Binary | 1011001 | 1100100 | 1111111 | 11110 | 10101 | 0 | 110010 | 11011111 | 10010 | 101010 |
Color Harmonies of #59647F
Complementary color
Monochromatic Colors of #59647F
Black with #59647F
Text Example
Text Example
White with #59647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59647F; }
p { color: rgb(89,100,127); }
H1.HeaderClassName
{
color: #59647F;
}
.AnyTagClassName
{
color: #59647F;
}
</style>
background-color css
<style>
a { background-color: #59647F; }
a { background-color: rgb(89,100,127); }
div.DivClassName
{
background-color: #59647F;
}
.BgClassName
{
background-color: #59647F;
}
</style>
border-color css
<style>
span { border-color: #59647F; }
span { border-color: rgb(89,100,127); }
td.TdClassName
{
border-color: #59647F;
}
.TagClassName
{
border-color: #59647F;
}
</style>