Shades of Kashmir Blue #59697D
Tints of Kashmir Blue #59697D
RGB
CMYK
RGB Variations
Color information
#59697D (or 0x59697D) is known color: Kashmir Blue. HEX triplet: 59, 69 and 7D. RGB value is (89,105,125). Sum of RGB (Red+Green+Blue) = 89+105+125=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #59697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59697D is #A69682. Grayscale: #666666. Windows color (decimal): -10917507 or 8218969. OLE color: 8218969.
HSL color Cylindrical-coordinate representation of color #59697D: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59697D is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 105 | 125 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.51 |
| HSL | 213.33º | 0.17% | 0.42% | - |
| HSV(B) | 213.33º | 0.29% | 0.49% | - |
| XYZ | 12.87 | 13.71 | 21.37 | - |
| YUV | 102.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 125 | 0.29 | 0.16 | 0 | 0.51 | 213.33 | 0.17 | 0.42 |
| Hex | 59 | 69 | 7D | 1D | 10 | 0 | 33 | D5 | 11 | 2A |
| Octal | 131 | 151 | 175 | 35 | 20 | 0 | 63 | 325 | 21 | 52 |
| Binary | 1011001 | 1101001 | 1111101 | 11101 | 10000 | 0 | 110011 | 11010101 | 10001 | 101010 |
Color Harmonies of #59697D
Complementary color
Monochromatic Colors of #59697D
Black with #59697D
Text Example
Text Example
White with #59697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59697D; }
p { color: rgb(89,105,125); }
H1.HeaderClassName
{
color: #59697D;
}
.AnyTagClassName
{
color: #59697D;
}
</style>
background-color css
<style>
a { background-color: #59697D; }
a { background-color: rgb(89,105,125); }
div.DivClassName
{
background-color: #59697D;
}
.BgClassName
{
background-color: #59697D;
}
</style>
border-color css
<style>
span { border-color: #59697D; }
span { border-color: rgb(89,105,125); }
td.TdClassName
{
border-color: #59697D;
}
.TagClassName
{
border-color: #59697D;
}
</style>