Shades of Kashmir Blue #516C94
Tints of Kashmir Blue #516C94
RGB
CMYK
RGB Variations
Color information
#516C94 (or 0x516C94) is known color: Kashmir Blue. HEX triplet: 51, 6C and 94. RGB value is (81,108,148). Sum of RGB (Red+Green+Blue) = 81+108+148=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #516C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C94 is #AE936B. Grayscale: #686868. Windows color (decimal): -11441004 or 9727057. OLE color: 9727057.
HSL color Cylindrical-coordinate representation of color #516C94: hue angle of 215.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516C94 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 108 | 148 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.42 |
| HSL | 215.82º | 0.29% | 0.45% | - |
| HSV(B) | 215.82º | 0.45% | 0.58% | - |
| XYZ | 14.1 | 14.61 | 30.09 | - |
| YUV | 104.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 148 | 0.45 | 0.27 | 0 | 0.42 | 215.82 | 0.29 | 0.45 |
| Hex | 51 | 6C | 94 | 2D | 1B | 0 | 2A | D8 | 1D | 2D |
| Octal | 121 | 154 | 224 | 55 | 33 | 0 | 52 | 330 | 35 | 55 |
| Binary | 1010001 | 1101100 | 10010100 | 101101 | 11011 | 0 | 101010 | 11011000 | 11101 | 101101 |
Color Harmonies of #516C94
Complementary color
Monochromatic Colors of #516C94
Black with #516C94
Text Example
Text Example
White with #516C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C94; }
p { color: rgb(81,108,148); }
H1.HeaderClassName
{
color: #516C94;
}
.AnyTagClassName
{
color: #516C94;
}
</style>
background-color css
<style>
a { background-color: #516C94; }
a { background-color: rgb(81,108,148); }
div.DivClassName
{
background-color: #516C94;
}
.BgClassName
{
background-color: #516C94;
}
</style>
border-color css
<style>
span { border-color: #516C94; }
span { border-color: rgb(81,108,148); }
td.TdClassName
{
border-color: #516C94;
}
.TagClassName
{
border-color: #516C94;
}
</style>