Shades of Kashmir Blue #51608D
Tints of Kashmir Blue #51608D
RGB
CMYK
RGB Variations
Color information
#51608D (or 0x51608D) is known color: Kashmir Blue. HEX triplet: 51, 60 and 8D. RGB value is (81,96,141). Sum of RGB (Red+Green+Blue) = 81+96+141=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #51608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51608D is #AE9F72. Grayscale: #606060. Windows color (decimal): -11444083 or 9265233. OLE color: 9265233.
HSL color Cylindrical-coordinate representation of color #51608D: hue angle of 225º 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 #51608D is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 96 | 141 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.45 |
| HSL | 225º | 0.27% | 0.44% | - |
| HSV(B) | 225º | 0.43% | 0.55% | - |
| XYZ | 12.38 | 12.04 | 26.87 | - |
| YUV | 96.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 96 | 141 | 0.43 | 0.32 | 0 | 0.45 | 225 | 0.27 | 0.44 |
| Hex | 51 | 60 | 8D | 2B | 20 | 0 | 2D | E1 | 1B | 2C |
| Octal | 121 | 140 | 215 | 53 | 40 | 0 | 55 | 341 | 33 | 54 |
| Binary | 1010001 | 1100000 | 10001101 | 101011 | 100000 | 0 | 101101 | 11100001 | 11011 | 101100 |
Color Harmonies of #51608D
Complementary color
Monochromatic Colors of #51608D
Black with #51608D
Text Example
Text Example
White with #51608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51608D; }
p { color: rgb(81,96,141); }
H1.HeaderClassName
{
color: #51608D;
}
.AnyTagClassName
{
color: #51608D;
}
</style>
background-color css
<style>
a { background-color: #51608D; }
a { background-color: rgb(81,96,141); }
div.DivClassName
{
background-color: #51608D;
}
.BgClassName
{
background-color: #51608D;
}
</style>
border-color css
<style>
span { border-color: #51608D; }
span { border-color: rgb(81,96,141); }
td.TdClassName
{
border-color: #51608D;
}
.TagClassName
{
border-color: #51608D;
}
</style>