Shades of Kashmir Blue #515D89
Tints of Kashmir Blue #515D89
RGB
CMYK
RGB Variations
Color information
#515D89 (or 0x515D89) is known color: Kashmir Blue. HEX triplet: 51, 5D and 89. RGB value is (81,93,137). Sum of RGB (Red+Green+Blue) = 81+93+137=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #515D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D89 is #AEA276. Grayscale: #5E5E5E. Windows color (decimal): -11444855 or 9002321. OLE color: 9002321.
HSL color Cylindrical-coordinate representation of color #515D89: hue angle of 227.14º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #515D89 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 93 | 137 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.46 |
| HSL | 227.14º | 0.26% | 0.43% | - |
| HSV(B) | 227.14º | 0.41% | 0.54% | - |
| XYZ | 11.82 | 11.38 | 25.24 | - |
| YUV | 94.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 137 | 0.41 | 0.32 | 0 | 0.46 | 227.14 | 0.26 | 0.43 |
| Hex | 51 | 5D | 89 | 29 | 20 | 0 | 2E | E3 | 1A | 2B |
| Octal | 121 | 135 | 211 | 51 | 40 | 0 | 56 | 343 | 32 | 53 |
| Binary | 1010001 | 1011101 | 10001001 | 101001 | 100000 | 0 | 101110 | 11100011 | 11010 | 101011 |
Color Harmonies of #515D89
Complementary color
Monochromatic Colors of #515D89
Black with #515D89
Text Example
Text Example
White with #515D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D89; }
p { color: rgb(81,93,137); }
H1.HeaderClassName
{
color: #515D89;
}
.AnyTagClassName
{
color: #515D89;
}
</style>
background-color css
<style>
a { background-color: #515D89; }
a { background-color: rgb(81,93,137); }
div.DivClassName
{
background-color: #515D89;
}
.BgClassName
{
background-color: #515D89;
}
</style>
border-color css
<style>
span { border-color: #515D89; }
span { border-color: rgb(81,93,137); }
td.TdClassName
{
border-color: #515D89;
}
.TagClassName
{
border-color: #515D89;
}
</style>