Shades of Kashmir Blue #515F8E
Tints of Kashmir Blue #515F8E
RGB
CMYK
RGB Variations
Color information
#515F8E (or 0x515F8E) is known color: Kashmir Blue. HEX triplet: 51, 5F and 8E. RGB value is (81,95,142). Sum of RGB (Red+Green+Blue) = 81+95+142=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #515F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F8E is #AEA071. Grayscale: #5F5F5F. Windows color (decimal): -11444338 or 9330513. OLE color: 9330513.
HSL color Cylindrical-coordinate representation of color #515F8E: hue angle of 226.23º degrees, saturation: 0.27, 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 #515F8E is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 95 | 142 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.44 |
| HSL | 226.23º | 0.27% | 0.44% | - |
| HSV(B) | 226.23º | 0.43% | 0.56% | - |
| XYZ | 12.37 | 11.89 | 27.23 | - |
| YUV | 96.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 142 | 0.43 | 0.33 | 0 | 0.44 | 226.23 | 0.27 | 0.44 |
| Hex | 51 | 5F | 8E | 2B | 21 | 0 | 2C | E2 | 1B | 2C |
| Octal | 121 | 137 | 216 | 53 | 41 | 0 | 54 | 342 | 33 | 54 |
| Binary | 1010001 | 1011111 | 10001110 | 101011 | 100001 | 0 | 101100 | 11100010 | 11011 | 101100 |
Color Harmonies of #515F8E
Complementary color
Monochromatic Colors of #515F8E
Black with #515F8E
Text Example
Text Example
White with #515F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F8E; }
p { color: rgb(81,95,142); }
H1.HeaderClassName
{
color: #515F8E;
}
.AnyTagClassName
{
color: #515F8E;
}
</style>
background-color css
<style>
a { background-color: #515F8E; }
a { background-color: rgb(81,95,142); }
div.DivClassName
{
background-color: #515F8E;
}
.BgClassName
{
background-color: #515F8E;
}
</style>
border-color css
<style>
span { border-color: #515F8E; }
span { border-color: rgb(81,95,142); }
td.TdClassName
{
border-color: #515F8E;
}
.TagClassName
{
border-color: #515F8E;
}
</style>