Shades of Kashmir Blue #596E8F
Tints of Kashmir Blue #596E8F
RGB
CMYK
RGB Variations
Color information
#596E8F (or 0x596E8F) is known color: Kashmir Blue. HEX triplet: 59, 6E and 8F. RGB value is (89,110,143). Sum of RGB (Red+Green+Blue) = 89+110+143=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #596E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E8F is #A69170. Grayscale: #6B6B6B. Windows color (decimal): -10916209 or 9399897. OLE color: 9399897.
HSL color Cylindrical-coordinate representation of color #596E8F: hue angle of 216.67º 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 #596E8F is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 110 | 143 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.44 |
| HSL | 216.67º | 0.23% | 0.45% | - |
| HSV(B) | 216.67º | 0.38% | 0.56% | - |
| XYZ | 14.65 | 15.26 | 28.16 | - |
| YUV | 107.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 143 | 0.38 | 0.23 | 0 | 0.44 | 216.67 | 0.23 | 0.45 |
| Hex | 59 | 6E | 8F | 26 | 17 | 0 | 2C | D9 | 17 | 2D |
| Octal | 131 | 156 | 217 | 46 | 27 | 0 | 54 | 331 | 27 | 55 |
| Binary | 1011001 | 1101110 | 10001111 | 100110 | 10111 | 0 | 101100 | 11011001 | 10111 | 101101 |
Color Harmonies of #596E8F
Complementary color
Monochromatic Colors of #596E8F
Black with #596E8F
Text Example
Text Example
White with #596E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596E8F; }
p { color: rgb(89,110,143); }
H1.HeaderClassName
{
color: #596E8F;
}
.AnyTagClassName
{
color: #596E8F;
}
</style>
background-color css
<style>
a { background-color: #596E8F; }
a { background-color: rgb(89,110,143); }
div.DivClassName
{
background-color: #596E8F;
}
.BgClassName
{
background-color: #596E8F;
}
</style>
border-color css
<style>
span { border-color: #596E8F; }
span { border-color: rgb(89,110,143); }
td.TdClassName
{
border-color: #596E8F;
}
.TagClassName
{
border-color: #596E8F;
}
</style>