Shades of Kashmir Blue #51628D
Tints of Kashmir Blue #51628D
RGB
CMYK
RGB Variations
Color information
#51628D (or 0x51628D) is known color: Kashmir Blue. HEX triplet: 51, 62 and 8D. RGB value is (81,98,141). Sum of RGB (Red+Green+Blue) = 81+98+141=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #51628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51628D is #AE9D72. Grayscale: #616161. Windows color (decimal): -11443571 or 9265745. OLE color: 9265745.
HSL color Cylindrical-coordinate representation of color #51628D: hue angle of 223º 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 #51628D is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 98 | 141 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.45 |
| HSL | 223º | 0.27% | 0.44% | - |
| HSV(B) | 223º | 0.43% | 0.55% | - |
| XYZ | 12.57 | 12.41 | 26.93 | - |
| YUV | 97.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 141 | 0.43 | 0.30 | 0 | 0.45 | 223 | 0.27 | 0.44 |
| Hex | 51 | 62 | 8D | 2B | 1E | 0 | 2D | DF | 1B | 2C |
| Octal | 121 | 142 | 215 | 53 | 36 | 0 | 55 | 337 | 33 | 54 |
| Binary | 1010001 | 1100010 | 10001101 | 101011 | 11110 | 0 | 101101 | 11011111 | 11011 | 101100 |
Color Harmonies of #51628D
Complementary color
Monochromatic Colors of #51628D
Black with #51628D
Text Example
Text Example
White with #51628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51628D; }
p { color: rgb(81,98,141); }
H1.HeaderClassName
{
color: #51628D;
}
.AnyTagClassName
{
color: #51628D;
}
</style>
background-color css
<style>
a { background-color: #51628D; }
a { background-color: rgb(81,98,141); }
div.DivClassName
{
background-color: #51628D;
}
.BgClassName
{
background-color: #51628D;
}
</style>
border-color css
<style>
span { border-color: #51628D; }
span { border-color: rgb(81,98,141); }
td.TdClassName
{
border-color: #51628D;
}
.TagClassName
{
border-color: #51628D;
}
</style>