Shades of Kashmir Blue #59677C
Tints of Kashmir Blue #59677C
RGB
CMYK
RGB Variations
Color information
#59677C (or 0x59677C) is known color: Kashmir Blue. HEX triplet: 59, 67 and 7C. RGB value is (89,103,124). Sum of RGB (Red+Green+Blue) = 89+103+124=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #59677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59677C is #A69883. Grayscale: #656565. Windows color (decimal): -10918020 or 8152921. OLE color: 8152921.
HSL color Cylindrical-coordinate representation of color #59677C: hue angle of 216º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59677C is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 103 | 124 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.51 |
| HSL | 216º | 0.16% | 0.42% | - |
| HSV(B) | 216º | 0.28% | 0.49% | - |
| XYZ | 12.61 | 13.28 | 20.97 | - |
| YUV | 101.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 124 | 0.28 | 0.17 | 0 | 0.51 | 216 | 0.16 | 0.42 |
| Hex | 59 | 67 | 7C | 1C | 11 | 0 | 33 | D8 | 10 | 2A |
| Octal | 131 | 147 | 174 | 34 | 21 | 0 | 63 | 330 | 20 | 52 |
| Binary | 1011001 | 1100111 | 1111100 | 11100 | 10001 | 0 | 110011 | 11011000 | 10000 | 101010 |
Color Harmonies of #59677C
Complementary color
Monochromatic Colors of #59677C
Black with #59677C
Text Example
Text Example
White with #59677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59677C; }
p { color: rgb(89,103,124); }
H1.HeaderClassName
{
color: #59677C;
}
.AnyTagClassName
{
color: #59677C;
}
</style>
background-color css
<style>
a { background-color: #59677C; }
a { background-color: rgb(89,103,124); }
div.DivClassName
{
background-color: #59677C;
}
.BgClassName
{
background-color: #59677C;
}
</style>
border-color css
<style>
span { border-color: #59677C; }
span { border-color: rgb(89,103,124); }
td.TdClassName
{
border-color: #59677C;
}
.TagClassName
{
border-color: #59677C;
}
</style>