Shades of Kashmir Blue #59738B
Tints of Kashmir Blue #59738B
RGB
CMYK
RGB Variations
Color information
#59738B (or 0x59738B) is known color: Kashmir Blue. HEX triplet: 59, 73 and 8B. RGB value is (89,115,139). Sum of RGB (Red+Green+Blue) = 89+115+139=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #59738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59738B is #A68C74. Grayscale: #6D6D6D. Windows color (decimal): -10914933 or 9139033. OLE color: 9139033.
HSL color Cylindrical-coordinate representation of color #59738B: hue angle of 208.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59738B is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 115 | 139 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.45 |
| HSL | 208.8º | 0.22% | 0.45% | - |
| HSV(B) | 208.8º | 0.36% | 0.55% | - |
| XYZ | 14.91 | 16.25 | 26.78 | - |
| YUV | 109.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 139 | 0.36 | 0.17 | 0 | 0.45 | 208.8 | 0.22 | 0.45 |
| Hex | 59 | 73 | 8B | 24 | 11 | 0 | 2D | D1 | 16 | 2D |
| Octal | 131 | 163 | 213 | 44 | 21 | 0 | 55 | 321 | 26 | 55 |
| Binary | 1011001 | 1110011 | 10001011 | 100100 | 10001 | 0 | 101101 | 11010001 | 10110 | 101101 |
Color Harmonies of #59738B
Complementary color
Monochromatic Colors of #59738B
Black with #59738B
Text Example
Text Example
White with #59738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59738B; }
p { color: rgb(89,115,139); }
H1.HeaderClassName
{
color: #59738B;
}
.AnyTagClassName
{
color: #59738B;
}
</style>
background-color css
<style>
a { background-color: #59738B; }
a { background-color: rgb(89,115,139); }
div.DivClassName
{
background-color: #59738B;
}
.BgClassName
{
background-color: #59738B;
}
</style>
border-color css
<style>
span { border-color: #59738B; }
span { border-color: rgb(89,115,139); }
td.TdClassName
{
border-color: #59738B;
}
.TagClassName
{
border-color: #59738B;
}
</style>