Shades of Kashmir Blue #59677D
Tints of Kashmir Blue #59677D
RGB
CMYK
RGB Variations
Color information
#59677D (or 0x59677D) is known color: Kashmir Blue. HEX triplet: 59, 67 and 7D. RGB value is (89,103,125). Sum of RGB (Red+Green+Blue) = 89+103+125=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #59677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59677D is #A69882. Grayscale: #656565. Windows color (decimal): -10918019 or 8218457. OLE color: 8218457.
HSL color Cylindrical-coordinate representation of color #59677D: hue angle of 216.67º 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 #59677D is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 103 | 125 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.51 |
| HSL | 216.67º | 0.17% | 0.42% | - |
| HSV(B) | 216.67º | 0.29% | 0.49% | - |
| XYZ | 12.67 | 13.31 | 21.3 | - |
| YUV | 101.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 125 | 0.29 | 0.18 | 0 | 0.51 | 216.67 | 0.17 | 0.42 |
| Hex | 59 | 67 | 7D | 1D | 12 | 0 | 33 | D9 | 11 | 2A |
| Octal | 131 | 147 | 175 | 35 | 22 | 0 | 63 | 331 | 21 | 52 |
| Binary | 1011001 | 1100111 | 1111101 | 11101 | 10010 | 0 | 110011 | 11011001 | 10001 | 101010 |
Color Harmonies of #59677D
Complementary color
Monochromatic Colors of #59677D
Black with #59677D
Text Example
Text Example
White with #59677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59677D; }
p { color: rgb(89,103,125); }
H1.HeaderClassName
{
color: #59677D;
}
.AnyTagClassName
{
color: #59677D;
}
</style>
background-color css
<style>
a { background-color: #59677D; }
a { background-color: rgb(89,103,125); }
div.DivClassName
{
background-color: #59677D;
}
.BgClassName
{
background-color: #59677D;
}
</style>
border-color css
<style>
span { border-color: #59677D; }
span { border-color: rgb(89,103,125); }
td.TdClassName
{
border-color: #59677D;
}
.TagClassName
{
border-color: #59677D;
}
</style>