Shades of Kashmir Blue #51668C
Tints of Kashmir Blue #51668C
RGB
CMYK
RGB Variations
Color information
#51668C (or 0x51668C) is known color: Kashmir Blue. HEX triplet: 51, 66 and 8C. RGB value is (81,102,140). Sum of RGB (Red+Green+Blue) = 81+102+140=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #51668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51668C is #AE9973. Grayscale: #636363. Windows color (decimal): -11442548 or 9201233. OLE color: 9201233.
HSL color Cylindrical-coordinate representation of color #51668C: hue angle of 218.64º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51668C is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 102 | 140 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.45 |
| HSL | 218.64º | 0.27% | 0.43% | - |
| HSV(B) | 218.64º | 0.42% | 0.55% | - |
| XYZ | 12.88 | 13.15 | 26.67 | - |
| YUV | 100.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 140 | 0.42 | 0.27 | 0 | 0.45 | 218.64 | 0.27 | 0.43 |
| Hex | 51 | 66 | 8C | 2A | 1B | 0 | 2D | DB | 1B | 2B |
| Octal | 121 | 146 | 214 | 52 | 33 | 0 | 55 | 333 | 33 | 53 |
| Binary | 1010001 | 1100110 | 10001100 | 101010 | 11011 | 0 | 101101 | 11011011 | 11011 | 101011 |
Color Harmonies of #51668C
Complementary color
Monochromatic Colors of #51668C
Black with #51668C
Text Example
Text Example
White with #51668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51668C; }
p { color: rgb(81,102,140); }
H1.HeaderClassName
{
color: #51668C;
}
.AnyTagClassName
{
color: #51668C;
}
</style>
background-color css
<style>
a { background-color: #51668C; }
a { background-color: rgb(81,102,140); }
div.DivClassName
{
background-color: #51668C;
}
.BgClassName
{
background-color: #51668C;
}
</style>
border-color css
<style>
span { border-color: #51668C; }
span { border-color: rgb(81,102,140); }
td.TdClassName
{
border-color: #51668C;
}
.TagClassName
{
border-color: #51668C;
}
</style>