Shades of Kashmir Blue #59637F
Tints of Kashmir Blue #59637F
RGB
CMYK
RGB Variations
Color information
#59637F (or 0x59637F) is known color: Kashmir Blue. HEX triplet: 59, 63 and 7F. RGB value is (89,99,127). Sum of RGB (Red+Green+Blue) = 89+99+127=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #59637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59637F is #A69C80. Grayscale: #636363. Windows color (decimal): -10919041 or 8348505. OLE color: 8348505.
HSL color Cylindrical-coordinate representation of color #59637F: hue angle of 224.21º 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 #59637F is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 99 | 127 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.50 |
| HSL | 224.21º | 0.18% | 0.42% | - |
| HSV(B) | 224.21º | 0.3% | 0.5% | - |
| XYZ | 12.41 | 12.58 | 21.85 | - |
| YUV | 99.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 127 | 0.30 | 0.22 | 0 | 0.50 | 224.21 | 0.18 | 0.42 |
| Hex | 59 | 63 | 7F | 1E | 16 | 0 | 32 | E0 | 12 | 2A |
| Octal | 131 | 143 | 177 | 36 | 26 | 0 | 62 | 340 | 22 | 52 |
| Binary | 1011001 | 1100011 | 1111111 | 11110 | 10110 | 0 | 110010 | 11100000 | 10010 | 101010 |
Color Harmonies of #59637F
Complementary color
Monochromatic Colors of #59637F
Black with #59637F
Text Example
Text Example
White with #59637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59637F; }
p { color: rgb(89,99,127); }
H1.HeaderClassName
{
color: #59637F;
}
.AnyTagClassName
{
color: #59637F;
}
</style>
background-color css
<style>
a { background-color: #59637F; }
a { background-color: rgb(89,99,127); }
div.DivClassName
{
background-color: #59637F;
}
.BgClassName
{
background-color: #59637F;
}
</style>
border-color css
<style>
span { border-color: #59637F; }
span { border-color: rgb(89,99,127); }
td.TdClassName
{
border-color: #59637F;
}
.TagClassName
{
border-color: #59637F;
}
</style>