Shades of Kashmir Blue #51668D
Tints of Kashmir Blue #51668D
RGB
CMYK
RGB Variations
Color information
#51668D (or 0x51668D) is known color: Kashmir Blue. HEX triplet: 51, 66 and 8D. RGB value is (81,102,141). Sum of RGB (Red+Green+Blue) = 81+102+141=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #51668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51668D is #AE9972. Grayscale: #636363. Windows color (decimal): -11442547 or 9266769. OLE color: 9266769.
HSL color Cylindrical-coordinate representation of color #51668D: hue angle of 219º 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 #51668D is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 102 | 141 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.45 |
| HSL | 219º | 0.27% | 0.44% | - |
| HSV(B) | 219º | 0.43% | 0.55% | - |
| XYZ | 12.95 | 13.18 | 27.06 | - |
| YUV | 100.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 141 | 0.43 | 0.28 | 0 | 0.45 | 219 | 0.27 | 0.44 |
| Hex | 51 | 66 | 8D | 2B | 1C | 0 | 2D | DB | 1B | 2C |
| Octal | 121 | 146 | 215 | 53 | 34 | 0 | 55 | 333 | 33 | 54 |
| Binary | 1010001 | 1100110 | 10001101 | 101011 | 11100 | 0 | 101101 | 11011011 | 11011 | 101100 |
Color Harmonies of #51668D
Complementary color
Monochromatic Colors of #51668D
Black with #51668D
Text Example
Text Example
White with #51668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51668D; }
p { color: rgb(81,102,141); }
H1.HeaderClassName
{
color: #51668D;
}
.AnyTagClassName
{
color: #51668D;
}
</style>
background-color css
<style>
a { background-color: #51668D; }
a { background-color: rgb(81,102,141); }
div.DivClassName
{
background-color: #51668D;
}
.BgClassName
{
background-color: #51668D;
}
</style>
border-color css
<style>
span { border-color: #51668D; }
span { border-color: rgb(81,102,141); }
td.TdClassName
{
border-color: #51668D;
}
.TagClassName
{
border-color: #51668D;
}
</style>