Shades of Kashmir Blue #59708A
Tints of Kashmir Blue #59708A
RGB
CMYK
RGB Variations
Color information
#59708A (or 0x59708A) is known color: Kashmir Blue. HEX triplet: 59, 70 and 8A. RGB value is (89,112,138). Sum of RGB (Red+Green+Blue) = 89+112+138=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #59708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59708A is #A68F75. Grayscale: #6B6B6B. Windows color (decimal): -10915702 or 9072729. OLE color: 9072729.
HSL color Cylindrical-coordinate representation of color #59708A: hue angle of 211.84º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59708A is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 112 | 138 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.46 |
| HSL | 211.84º | 0.22% | 0.45% | - |
| HSV(B) | 211.84º | 0.36% | 0.54% | - |
| XYZ | 14.5 | 15.55 | 26.28 | - |
| YUV | 108.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 138 | 0.36 | 0.19 | 0 | 0.46 | 211.84 | 0.22 | 0.45 |
| Hex | 59 | 70 | 8A | 24 | 13 | 0 | 2E | D4 | 16 | 2D |
| Octal | 131 | 160 | 212 | 44 | 23 | 0 | 56 | 324 | 26 | 55 |
| Binary | 1011001 | 1110000 | 10001010 | 100100 | 10011 | 0 | 101110 | 11010100 | 10110 | 101101 |
Color Harmonies of #59708A
Complementary color
Monochromatic Colors of #59708A
Black with #59708A
Text Example
Text Example
White with #59708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59708A; }
p { color: rgb(89,112,138); }
H1.HeaderClassName
{
color: #59708A;
}
.AnyTagClassName
{
color: #59708A;
}
</style>
background-color css
<style>
a { background-color: #59708A; }
a { background-color: rgb(89,112,138); }
div.DivClassName
{
background-color: #59708A;
}
.BgClassName
{
background-color: #59708A;
}
</style>
border-color css
<style>
span { border-color: #59708A; }
span { border-color: rgb(89,112,138); }
td.TdClassName
{
border-color: #59708A;
}
.TagClassName
{
border-color: #59708A;
}
</style>