Shades of Kashmir Blue #59738F
Tints of Kashmir Blue #59738F
RGB
CMYK
RGB Variations
Color information
#59738F (or 0x59738F) is known color: Kashmir Blue. HEX triplet: 59, 73 and 8F. RGB value is (89,115,143). Sum of RGB (Red+Green+Blue) = 89+115+143=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #59738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59738F is #A68C70. Grayscale: #6E6E6E. Windows color (decimal): -10914929 or 9401177. OLE color: 9401177.
HSL color Cylindrical-coordinate representation of color #59738F: hue angle of 211.11º 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 #59738F is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 115 | 143 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.44 |
| HSL | 211.11º | 0.23% | 0.45% | - |
| HSV(B) | 211.11º | 0.38% | 0.56% | - |
| XYZ | 15.21 | 16.37 | 28.34 | - |
| YUV | 110.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 143 | 0.38 | 0.20 | 0 | 0.44 | 211.11 | 0.23 | 0.45 |
| Hex | 59 | 73 | 8F | 26 | 14 | 0 | 2C | D3 | 17 | 2D |
| Octal | 131 | 163 | 217 | 46 | 24 | 0 | 54 | 323 | 27 | 55 |
| Binary | 1011001 | 1110011 | 10001111 | 100110 | 10100 | 0 | 101100 | 11010011 | 10111 | 101101 |
Color Harmonies of #59738F
Complementary color
Monochromatic Colors of #59738F
Black with #59738F
Text Example
Text Example
White with #59738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59738F; }
p { color: rgb(89,115,143); }
H1.HeaderClassName
{
color: #59738F;
}
.AnyTagClassName
{
color: #59738F;
}
</style>
background-color css
<style>
a { background-color: #59738F; }
a { background-color: rgb(89,115,143); }
div.DivClassName
{
background-color: #59738F;
}
.BgClassName
{
background-color: #59738F;
}
</style>
border-color css
<style>
span { border-color: #59738F; }
span { border-color: rgb(89,115,143); }
td.TdClassName
{
border-color: #59738F;
}
.TagClassName
{
border-color: #59738F;
}
</style>