Shades of Kashmir Blue #516B8F
Tints of Kashmir Blue #516B8F
RGB
CMYK
RGB Variations
Color information
#516B8F (or 0x516B8F) is known color: Kashmir Blue. HEX triplet: 51, 6B and 8F. RGB value is (81,107,143). Sum of RGB (Red+Green+Blue) = 81+107+143=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #516B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B8F is #AE9470. Grayscale: #676767. Windows color (decimal): -11441265 or 9399121. OLE color: 9399121.
HSL color Cylindrical-coordinate representation of color #516B8F: hue angle of 214.84º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #516B8F is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 107 | 143 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.44 |
| HSL | 214.84º | 0.28% | 0.44% | - |
| HSV(B) | 214.84º | 0.43% | 0.56% | - |
| XYZ | 13.61 | 14.25 | 28.02 | - |
| YUV | 103.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 143 | 0.43 | 0.25 | 0 | 0.44 | 214.84 | 0.28 | 0.44 |
| Hex | 51 | 6B | 8F | 2B | 19 | 0 | 2C | D7 | 1C | 2C |
| Octal | 121 | 153 | 217 | 53 | 31 | 0 | 54 | 327 | 34 | 54 |
| Binary | 1010001 | 1101011 | 10001111 | 101011 | 11001 | 0 | 101100 | 11010111 | 11100 | 101100 |
Color Harmonies of #516B8F
Complementary color
Monochromatic Colors of #516B8F
Black with #516B8F
Text Example
Text Example
White with #516B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B8F; }
p { color: rgb(81,107,143); }
H1.HeaderClassName
{
color: #516B8F;
}
.AnyTagClassName
{
color: #516B8F;
}
</style>
background-color css
<style>
a { background-color: #516B8F; }
a { background-color: rgb(81,107,143); }
div.DivClassName
{
background-color: #516B8F;
}
.BgClassName
{
background-color: #516B8F;
}
</style>
border-color css
<style>
span { border-color: #516B8F; }
span { border-color: rgb(81,107,143); }
td.TdClassName
{
border-color: #516B8F;
}
.TagClassName
{
border-color: #516B8F;
}
</style>