Shades of Kashmir Blue #59728D
Tints of Kashmir Blue #59728D
RGB
CMYK
RGB Variations
Color information
#59728D (or 0x59728D) is known color: Kashmir Blue. HEX triplet: 59, 72 and 8D. RGB value is (89,114,141). Sum of RGB (Red+Green+Blue) = 89+114+141=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #59728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59728D is #A68D72. Grayscale: #6D6D6D. Windows color (decimal): -10915187 or 9269849. OLE color: 9269849.
HSL color Cylindrical-coordinate representation of color #59728D: hue angle of 211.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59728D is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 114 | 141 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.45 |
| HSL | 211.15º | 0.23% | 0.45% | - |
| HSV(B) | 211.15º | 0.37% | 0.55% | - |
| XYZ | 14.94 | 16.08 | 27.52 | - |
| YUV | 109.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 141 | 0.37 | 0.19 | 0 | 0.45 | 211.15 | 0.23 | 0.45 |
| Hex | 59 | 72 | 8D | 25 | 13 | 0 | 2D | D3 | 17 | 2D |
| Octal | 131 | 162 | 215 | 45 | 23 | 0 | 55 | 323 | 27 | 55 |
| Binary | 1011001 | 1110010 | 10001101 | 100101 | 10011 | 0 | 101101 | 11010011 | 10111 | 101101 |
Color Harmonies of #59728D
Complementary color
Monochromatic Colors of #59728D
Black with #59728D
Text Example
Text Example
White with #59728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59728D; }
p { color: rgb(89,114,141); }
H1.HeaderClassName
{
color: #59728D;
}
.AnyTagClassName
{
color: #59728D;
}
</style>
background-color css
<style>
a { background-color: #59728D; }
a { background-color: rgb(89,114,141); }
div.DivClassName
{
background-color: #59728D;
}
.BgClassName
{
background-color: #59728D;
}
</style>
border-color css
<style>
span { border-color: #59728D; }
span { border-color: rgb(89,114,141); }
td.TdClassName
{
border-color: #59728D;
}
.TagClassName
{
border-color: #59728D;
}
</style>