Shades of Kashmir Blue #59718F
Tints of Kashmir Blue #59718F
RGB
CMYK
RGB Variations
Color information
#59718F (or 0x59718F) is known color: Kashmir Blue. HEX triplet: 59, 71 and 8F. RGB value is (89,113,143). Sum of RGB (Red+Green+Blue) = 89+113+143=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #59718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59718F is #A68E70. Grayscale: #6D6D6D. Windows color (decimal): -10915441 or 9400665. OLE color: 9400665.
HSL color Cylindrical-coordinate representation of color #59718F: hue angle of 213.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59718F is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 113 | 143 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.44 |
| HSL | 213.33º | 0.23% | 0.45% | - |
| HSV(B) | 213.33º | 0.38% | 0.56% | - |
| XYZ | 14.98 | 15.92 | 28.27 | - |
| YUV | 109.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 143 | 0.38 | 0.21 | 0 | 0.44 | 213.33 | 0.23 | 0.45 |
| Hex | 59 | 71 | 8F | 26 | 15 | 0 | 2C | D5 | 17 | 2D |
| Octal | 131 | 161 | 217 | 46 | 25 | 0 | 54 | 325 | 27 | 55 |
| Binary | 1011001 | 1110001 | 10001111 | 100110 | 10101 | 0 | 101100 | 11010101 | 10111 | 101101 |
Color Harmonies of #59718F
Complementary color
Monochromatic Colors of #59718F
Black with #59718F
Text Example
Text Example
White with #59718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59718F; }
p { color: rgb(89,113,143); }
H1.HeaderClassName
{
color: #59718F;
}
.AnyTagClassName
{
color: #59718F;
}
</style>
background-color css
<style>
a { background-color: #59718F; }
a { background-color: rgb(89,113,143); }
div.DivClassName
{
background-color: #59718F;
}
.BgClassName
{
background-color: #59718F;
}
</style>
border-color css
<style>
span { border-color: #59718F; }
span { border-color: rgb(89,113,143); }
td.TdClassName
{
border-color: #59718F;
}
.TagClassName
{
border-color: #59718F;
}
</style>