Shades of Kashmir Blue #516C8C
Tints of Kashmir Blue #516C8C
RGB
CMYK
RGB Variations
Color information
#516C8C (or 0x516C8C) is known color: Kashmir Blue. HEX triplet: 51, 6C and 8C. RGB value is (81,108,140). Sum of RGB (Red+Green+Blue) = 81+108+140=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #516C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C8C is #AE9373. Grayscale: #676767. Windows color (decimal): -11441012 or 9202769. OLE color: 9202769.
HSL color Cylindrical-coordinate representation of color #516C8C: hue angle of 212.54º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #516C8C is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 108 | 140 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.45 |
| HSL | 212.54º | 0.27% | 0.43% | - |
| HSV(B) | 212.54º | 0.42% | 0.55% | - |
| XYZ | 13.49 | 14.37 | 26.87 | - |
| YUV | 103.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 140 | 0.42 | 0.23 | 0 | 0.45 | 212.54 | 0.27 | 0.43 |
| Hex | 51 | 6C | 8C | 2A | 17 | 0 | 2D | D5 | 1B | 2B |
| Octal | 121 | 154 | 214 | 52 | 27 | 0 | 55 | 325 | 33 | 53 |
| Binary | 1010001 | 1101100 | 10001100 | 101010 | 10111 | 0 | 101101 | 11010101 | 11011 | 101011 |
Color Harmonies of #516C8C
Complementary color
Monochromatic Colors of #516C8C
Black with #516C8C
Text Example
Text Example
White with #516C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C8C; }
p { color: rgb(81,108,140); }
H1.HeaderClassName
{
color: #516C8C;
}
.AnyTagClassName
{
color: #516C8C;
}
</style>
background-color css
<style>
a { background-color: #516C8C; }
a { background-color: rgb(81,108,140); }
div.DivClassName
{
background-color: #516C8C;
}
.BgClassName
{
background-color: #516C8C;
}
</style>
border-color css
<style>
span { border-color: #516C8C; }
span { border-color: rgb(81,108,140); }
td.TdClassName
{
border-color: #516C8C;
}
.TagClassName
{
border-color: #516C8C;
}
</style>