Shades of Kashmir Blue #51698D
Tints of Kashmir Blue #51698D
RGB
CMYK
RGB Variations
Color information
#51698D (or 0x51698D) is known color: Kashmir Blue. HEX triplet: 51, 69 and 8D. RGB value is (81,105,141). Sum of RGB (Red+Green+Blue) = 81+105+141=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #51698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51698D is #AE9672. Grayscale: #656565. Windows color (decimal): -11441779 or 9267537. OLE color: 9267537.
HSL color Cylindrical-coordinate representation of color #51698D: hue angle of 216º 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 #51698D is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 105 | 141 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.45 |
| HSL | 216º | 0.27% | 0.44% | - |
| HSV(B) | 216º | 0.43% | 0.55% | - |
| XYZ | 13.25 | 13.78 | 27.16 | - |
| YUV | 101.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 141 | 0.43 | 0.26 | 0 | 0.45 | 216 | 0.27 | 0.44 |
| Hex | 51 | 69 | 8D | 2B | 1A | 0 | 2D | D8 | 1B | 2C |
| Octal | 121 | 151 | 215 | 53 | 32 | 0 | 55 | 330 | 33 | 54 |
| Binary | 1010001 | 1101001 | 10001101 | 101011 | 11010 | 0 | 101101 | 11011000 | 11011 | 101100 |
Color Harmonies of #51698D
Complementary color
Monochromatic Colors of #51698D
Black with #51698D
Text Example
Text Example
White with #51698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51698D; }
p { color: rgb(81,105,141); }
H1.HeaderClassName
{
color: #51698D;
}
.AnyTagClassName
{
color: #51698D;
}
</style>
background-color css
<style>
a { background-color: #51698D; }
a { background-color: rgb(81,105,141); }
div.DivClassName
{
background-color: #51698D;
}
.BgClassName
{
background-color: #51698D;
}
</style>
border-color css
<style>
span { border-color: #51698D; }
span { border-color: rgb(81,105,141); }
td.TdClassName
{
border-color: #51698D;
}
.TagClassName
{
border-color: #51698D;
}
</style>