Shades of Kashmir Blue #516C8D
Tints of Kashmir Blue #516C8D
RGB
CMYK
RGB Variations
Color information
#516C8D (or 0x516C8D) is known color: Kashmir Blue. HEX triplet: 51, 6C and 8D. RGB value is (81,108,141). Sum of RGB (Red+Green+Blue) = 81+108+141=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #516C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C8D is #AE9372. Grayscale: #676767. Windows color (decimal): -11441011 or 9268305. OLE color: 9268305.
HSL color Cylindrical-coordinate representation of color #516C8D: hue angle of 213º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #516C8D is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 108 | 141 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.45 |
| HSL | 213º | 0.27% | 0.44% | - |
| HSV(B) | 213º | 0.43% | 0.55% | - |
| XYZ | 13.56 | 14.4 | 27.26 | - |
| YUV | 103.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 141 | 0.43 | 0.23 | 0 | 0.45 | 213 | 0.27 | 0.44 |
| Hex | 51 | 6C | 8D | 2B | 17 | 0 | 2D | D5 | 1B | 2C |
| Octal | 121 | 154 | 215 | 53 | 27 | 0 | 55 | 325 | 33 | 54 |
| Binary | 1010001 | 1101100 | 10001101 | 101011 | 10111 | 0 | 101101 | 11010101 | 11011 | 101100 |
Color Harmonies of #516C8D
Complementary color
Monochromatic Colors of #516C8D
Black with #516C8D
Text Example
Text Example
White with #516C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C8D; }
p { color: rgb(81,108,141); }
H1.HeaderClassName
{
color: #516C8D;
}
.AnyTagClassName
{
color: #516C8D;
}
</style>
background-color css
<style>
a { background-color: #516C8D; }
a { background-color: rgb(81,108,141); }
div.DivClassName
{
background-color: #516C8D;
}
.BgClassName
{
background-color: #516C8D;
}
</style>
border-color css
<style>
span { border-color: #516C8D; }
span { border-color: rgb(81,108,141); }
td.TdClassName
{
border-color: #516C8D;
}
.TagClassName
{
border-color: #516C8D;
}
</style>