Shades of Kashmir Blue #596C83
Tints of Kashmir Blue #596C83
RGB
CMYK
RGB Variations
Color information
#596C83 (or 0x596C83) is known color: Kashmir Blue. HEX triplet: 59, 6C and 83. RGB value is (89,108,131). Sum of RGB (Red+Green+Blue) = 89+108+131=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #596C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C83 is #A6937C. Grayscale: #686868. Windows color (decimal): -10916733 or 8612953. OLE color: 8612953.
HSL color Cylindrical-coordinate representation of color #596C83: hue angle of 212.86º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #596C83 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 108 | 131 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.49 |
| HSL | 212.86º | 0.19% | 0.43% | - |
| HSV(B) | 212.86º | 0.32% | 0.51% | - |
| XYZ | 13.58 | 14.49 | 23.55 | - |
| YUV | 104.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 131 | 0.32 | 0.18 | 0 | 0.49 | 212.86 | 0.19 | 0.43 |
| Hex | 59 | 6C | 83 | 20 | 12 | 0 | 31 | D5 | 13 | 2B |
| Octal | 131 | 154 | 203 | 40 | 22 | 0 | 61 | 325 | 23 | 53 |
| Binary | 1011001 | 1101100 | 10000011 | 100000 | 10010 | 0 | 110001 | 11010101 | 10011 | 101011 |
Color Harmonies of #596C83
Complementary color
Monochromatic Colors of #596C83
Black with #596C83
Text Example
Text Example
White with #596C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C83; }
p { color: rgb(89,108,131); }
H1.HeaderClassName
{
color: #596C83;
}
.AnyTagClassName
{
color: #596C83;
}
</style>
background-color css
<style>
a { background-color: #596C83; }
a { background-color: rgb(89,108,131); }
div.DivClassName
{
background-color: #596C83;
}
.BgClassName
{
background-color: #596C83;
}
</style>
border-color css
<style>
span { border-color: #596C83; }
span { border-color: rgb(89,108,131); }
td.TdClassName
{
border-color: #596C83;
}
.TagClassName
{
border-color: #596C83;
}
</style>