Shades of Kashmir Blue #51658F
Tints of Kashmir Blue #51658F
RGB
CMYK
RGB Variations
Color information
#51658F (or 0x51658F) is known color: Kashmir Blue. HEX triplet: 51, 65 and 8F. RGB value is (81,101,143). Sum of RGB (Red+Green+Blue) = 81+101+143=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #51658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51658F is #AE9A70. Grayscale: #636363. Windows color (decimal): -11442801 or 9397585. OLE color: 9397585.
HSL color Cylindrical-coordinate representation of color #51658F: hue angle of 220.65º 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 #51658F is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 101 | 143 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.44 |
| HSL | 220.65º | 0.28% | 0.44% | - |
| HSV(B) | 220.65º | 0.43% | 0.56% | - |
| XYZ | 13 | 13.04 | 27.82 | - |
| YUV | 99.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 143 | 0.43 | 0.29 | 0 | 0.44 | 220.65 | 0.28 | 0.44 |
| Hex | 51 | 65 | 8F | 2B | 1D | 0 | 2C | DD | 1C | 2C |
| Octal | 121 | 145 | 217 | 53 | 35 | 0 | 54 | 335 | 34 | 54 |
| Binary | 1010001 | 1100101 | 10001111 | 101011 | 11101 | 0 | 101100 | 11011101 | 11100 | 101100 |
Color Harmonies of #51658F
Complementary color
Monochromatic Colors of #51658F
Black with #51658F
Text Example
Text Example
White with #51658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51658F; }
p { color: rgb(81,101,143); }
H1.HeaderClassName
{
color: #51658F;
}
.AnyTagClassName
{
color: #51658F;
}
</style>
background-color css
<style>
a { background-color: #51658F; }
a { background-color: rgb(81,101,143); }
div.DivClassName
{
background-color: #51658F;
}
.BgClassName
{
background-color: #51658F;
}
</style>
border-color css
<style>
span { border-color: #51658F; }
span { border-color: rgb(81,101,143); }
td.TdClassName
{
border-color: #51658F;
}
.TagClassName
{
border-color: #51658F;
}
</style>