Shades of Kashmir Blue #515F86
Tints of Kashmir Blue #515F86
RGB
CMYK
RGB Variations
Color information
#515F86 (or 0x515F86) is known color: Kashmir Blue. HEX triplet: 51, 5F and 86. RGB value is (81,95,134). Sum of RGB (Red+Green+Blue) = 81+95+134=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #515F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F86 is #AEA079. Grayscale: #5F5F5F. Windows color (decimal): -11444346 or 8806225. OLE color: 8806225.
HSL color Cylindrical-coordinate representation of color #515F86: hue angle of 224.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515F86 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 95 | 134 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.47 |
| HSL | 224.15º | 0.25% | 0.42% | - |
| HSV(B) | 224.15º | 0.4% | 0.53% | - |
| XYZ | 11.79 | 11.65 | 24.18 | - |
| YUV | 95.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 134 | 0.40 | 0.29 | 0 | 0.47 | 224.15 | 0.25 | 0.42 |
| Hex | 51 | 5F | 86 | 28 | 1D | 0 | 2F | E0 | 19 | 2A |
| Octal | 121 | 137 | 206 | 50 | 35 | 0 | 57 | 340 | 31 | 52 |
| Binary | 1010001 | 1011111 | 10000110 | 101000 | 11101 | 0 | 101111 | 11100000 | 11001 | 101010 |
Color Harmonies of #515F86
Complementary color
Monochromatic Colors of #515F86
Black with #515F86
Text Example
Text Example
White with #515F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F86; }
p { color: rgb(81,95,134); }
H1.HeaderClassName
{
color: #515F86;
}
.AnyTagClassName
{
color: #515F86;
}
</style>
background-color css
<style>
a { background-color: #515F86; }
a { background-color: rgb(81,95,134); }
div.DivClassName
{
background-color: #515F86;
}
.BgClassName
{
background-color: #515F86;
}
</style>
border-color css
<style>
span { border-color: #515F86; }
span { border-color: rgb(81,95,134); }
td.TdClassName
{
border-color: #515F86;
}
.TagClassName
{
border-color: #515F86;
}
</style>