Shades of Kashmir Blue #51638D
Tints of Kashmir Blue #51638D
RGB
CMYK
RGB Variations
Color information
#51638D (or 0x51638D) is known color: Kashmir Blue. HEX triplet: 51, 63 and 8D. RGB value is (81,99,141). Sum of RGB (Red+Green+Blue) = 81+99+141=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #51638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51638D is #AE9C72. Grayscale: #626262. Windows color (decimal): -11443315 or 9266001. OLE color: 9266001.
HSL color Cylindrical-coordinate representation of color #51638D: hue angle of 222º 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 #51638D is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 99 | 141 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.45 |
| HSL | 222º | 0.27% | 0.44% | - |
| HSV(B) | 222º | 0.43% | 0.55% | - |
| XYZ | 12.66 | 12.6 | 26.96 | - |
| YUV | 98.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 141 | 0.43 | 0.30 | 0 | 0.45 | 222 | 0.27 | 0.44 |
| Hex | 51 | 63 | 8D | 2B | 1E | 0 | 2D | DE | 1B | 2C |
| Octal | 121 | 143 | 215 | 53 | 36 | 0 | 55 | 336 | 33 | 54 |
| Binary | 1010001 | 1100011 | 10001101 | 101011 | 11110 | 0 | 101101 | 11011110 | 11011 | 101100 |
Color Harmonies of #51638D
Complementary color
Monochromatic Colors of #51638D
Black with #51638D
Text Example
Text Example
White with #51638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51638D; }
p { color: rgb(81,99,141); }
H1.HeaderClassName
{
color: #51638D;
}
.AnyTagClassName
{
color: #51638D;
}
</style>
background-color css
<style>
a { background-color: #51638D; }
a { background-color: rgb(81,99,141); }
div.DivClassName
{
background-color: #51638D;
}
.BgClassName
{
background-color: #51638D;
}
</style>
border-color css
<style>
span { border-color: #51638D; }
span { border-color: rgb(81,99,141); }
td.TdClassName
{
border-color: #51638D;
}
.TagClassName
{
border-color: #51638D;
}
</style>