Shades of Kashmir Blue #59687F
Tints of Kashmir Blue #59687F
RGB
CMYK
RGB Variations
Color information
#59687F (or 0x59687F) is known color: Kashmir Blue. HEX triplet: 59, 68 and 7F. RGB value is (89,104,127). Sum of RGB (Red+Green+Blue) = 89+104+127=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #59687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59687F is #A69780. Grayscale: #666666. Windows color (decimal): -10917761 or 8349785. OLE color: 8349785.
HSL color Cylindrical-coordinate representation of color #59687F: hue angle of 216.32º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59687F is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 104 | 127 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.50 |
| HSL | 216.32º | 0.18% | 0.42% | - |
| HSV(B) | 216.32º | 0.3% | 0.5% | - |
| XYZ | 12.9 | 13.56 | 22.02 | - |
| YUV | 102.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 127 | 0.30 | 0.18 | 0 | 0.50 | 216.32 | 0.18 | 0.42 |
| Hex | 59 | 68 | 7F | 1E | 12 | 0 | 32 | D8 | 12 | 2A |
| Octal | 131 | 150 | 177 | 36 | 22 | 0 | 62 | 330 | 22 | 52 |
| Binary | 1011001 | 1101000 | 1111111 | 11110 | 10010 | 0 | 110010 | 11011000 | 10010 | 101010 |
Color Harmonies of #59687F
Complementary color
Monochromatic Colors of #59687F
Black with #59687F
Text Example
Text Example
White with #59687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59687F; }
p { color: rgb(89,104,127); }
H1.HeaderClassName
{
color: #59687F;
}
.AnyTagClassName
{
color: #59687F;
}
</style>
background-color css
<style>
a { background-color: #59687F; }
a { background-color: rgb(89,104,127); }
div.DivClassName
{
background-color: #59687F;
}
.BgClassName
{
background-color: #59687F;
}
</style>
border-color css
<style>
span { border-color: #59687F; }
span { border-color: rgb(89,104,127); }
td.TdClassName
{
border-color: #59687F;
}
.TagClassName
{
border-color: #59687F;
}
</style>