Shades of Kashmir Blue #51678C
Tints of Kashmir Blue #51678C
RGB
CMYK
RGB Variations
Color information
#51678C (or 0x51678C) is known color: Kashmir Blue. HEX triplet: 51, 67 and 8C. RGB value is (81,103,140). Sum of RGB (Red+Green+Blue) = 81+103+140=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #51678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51678C is #AE9873. Grayscale: #646464. Windows color (decimal): -11442292 or 9201489. OLE color: 9201489.
HSL color Cylindrical-coordinate representation of color #51678C: hue angle of 217.63º 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 #51678C is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 103 | 140 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.45 |
| HSL | 217.63º | 0.27% | 0.43% | - |
| HSV(B) | 217.63º | 0.42% | 0.55% | - |
| XYZ | 12.98 | 13.34 | 26.7 | - |
| YUV | 100.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 140 | 0.42 | 0.26 | 0 | 0.45 | 217.63 | 0.27 | 0.43 |
| Hex | 51 | 67 | 8C | 2A | 1A | 0 | 2D | DA | 1B | 2B |
| Octal | 121 | 147 | 214 | 52 | 32 | 0 | 55 | 332 | 33 | 53 |
| Binary | 1010001 | 1100111 | 10001100 | 101010 | 11010 | 0 | 101101 | 11011010 | 11011 | 101011 |
Color Harmonies of #51678C
Complementary color
Monochromatic Colors of #51678C
Black with #51678C
Text Example
Text Example
White with #51678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51678C; }
p { color: rgb(81,103,140); }
H1.HeaderClassName
{
color: #51678C;
}
.AnyTagClassName
{
color: #51678C;
}
</style>
background-color css
<style>
a { background-color: #51678C; }
a { background-color: rgb(81,103,140); }
div.DivClassName
{
background-color: #51678C;
}
.BgClassName
{
background-color: #51678C;
}
</style>
border-color css
<style>
span { border-color: #51678C; }
span { border-color: rgb(81,103,140); }
td.TdClassName
{
border-color: #51678C;
}
.TagClassName
{
border-color: #51678C;
}
</style>