Shades of Kashmir Blue #516C92
Tints of Kashmir Blue #516C92
RGB
CMYK
RGB Variations
Color information
#516C92 (or 0x516C92) is known color: Kashmir Blue. HEX triplet: 51, 6C and 92. RGB value is (81,108,146). Sum of RGB (Red+Green+Blue) = 81+108+146=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #516C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C92 is #AE936D. Grayscale: #686868. Windows color (decimal): -11441006 or 9595985. OLE color: 9595985.
HSL color Cylindrical-coordinate representation of color #516C92: hue angle of 215.08º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516C92 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 108 | 146 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.43 |
| HSL | 215.08º | 0.29% | 0.45% | - |
| HSV(B) | 215.08º | 0.45% | 0.57% | - |
| XYZ | 13.94 | 14.55 | 29.27 | - |
| YUV | 104.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 146 | 0.45 | 0.26 | 0 | 0.43 | 215.08 | 0.29 | 0.45 |
| Hex | 51 | 6C | 92 | 2D | 1A | 0 | 2B | D7 | 1D | 2D |
| Octal | 121 | 154 | 222 | 55 | 32 | 0 | 53 | 327 | 35 | 55 |
| Binary | 1010001 | 1101100 | 10010010 | 101101 | 11010 | 0 | 101011 | 11010111 | 11101 | 101101 |
Color Harmonies of #516C92
Complementary color
Monochromatic Colors of #516C92
Black with #516C92
Text Example
Text Example
White with #516C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C92; }
p { color: rgb(81,108,146); }
H1.HeaderClassName
{
color: #516C92;
}
.AnyTagClassName
{
color: #516C92;
}
</style>
background-color css
<style>
a { background-color: #516C92; }
a { background-color: rgb(81,108,146); }
div.DivClassName
{
background-color: #516C92;
}
.BgClassName
{
background-color: #516C92;
}
</style>
border-color css
<style>
span { border-color: #516C92; }
span { border-color: rgb(81,108,146); }
td.TdClassName
{
border-color: #516C92;
}
.TagClassName
{
border-color: #516C92;
}
</style>