Shades of Kashmir Blue #59657D
Tints of Kashmir Blue #59657D
RGB
CMYK
RGB Variations
Color information
#59657D (or 0x59657D) is known color: Kashmir Blue. HEX triplet: 59, 65 and 7D. RGB value is (89,101,125). Sum of RGB (Red+Green+Blue) = 89+101+125=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #59657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657D is #A69A82. Grayscale: #646464. Windows color (decimal): -10918531 or 8217945. OLE color: 8217945.
HSL color Cylindrical-coordinate representation of color #59657D: hue angle of 220º 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 #59657D is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 101 | 125 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.51 |
| HSL | 220º | 0.17% | 0.42% | - |
| HSV(B) | 220º | 0.29% | 0.49% | - |
| XYZ | 12.48 | 12.91 | 21.24 | - |
| YUV | 100.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 125 | 0.29 | 0.19 | 0 | 0.51 | 220 | 0.17 | 0.42 |
| Hex | 59 | 65 | 7D | 1D | 13 | 0 | 33 | DC | 11 | 2A |
| Octal | 131 | 145 | 175 | 35 | 23 | 0 | 63 | 334 | 21 | 52 |
| Binary | 1011001 | 1100101 | 1111101 | 11101 | 10011 | 0 | 110011 | 11011100 | 10001 | 101010 |
Color Harmonies of #59657D
Complementary color
Monochromatic Colors of #59657D
Black with #59657D
Text Example
Text Example
White with #59657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59657D; }
p { color: rgb(89,101,125); }
H1.HeaderClassName
{
color: #59657D;
}
.AnyTagClassName
{
color: #59657D;
}
</style>
background-color css
<style>
a { background-color: #59657D; }
a { background-color: rgb(89,101,125); }
div.DivClassName
{
background-color: #59657D;
}
.BgClassName
{
background-color: #59657D;
}
</style>
border-color css
<style>
span { border-color: #59657D; }
span { border-color: rgb(89,101,125); }
td.TdClassName
{
border-color: #59657D;
}
.TagClassName
{
border-color: #59657D;
}
</style>