Shades of Kashmir Blue #52648D
Tints of Kashmir Blue #52648D
RGB
CMYK
RGB Variations
Color information
#52648D (or 0x52648D) is known color: Kashmir Blue. HEX triplet: 52, 64 and 8D. RGB value is (82,100,141). Sum of RGB (Red+Green+Blue) = 82+100+141=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #52648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52648D is #AD9B72. Grayscale: #636363. Windows color (decimal): -11377523 or 9266258. OLE color: 9266258.
HSL color Cylindrical-coordinate representation of color #52648D: hue angle of 221.69º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52648D is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 100 | 141 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.45 |
| HSL | 221.69º | 0.26% | 0.44% | - |
| HSV(B) | 221.69º | 0.42% | 0.55% | - |
| XYZ | 12.84 | 12.83 | 27 | - |
| YUV | 99.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 141 | 0.42 | 0.29 | 0 | 0.45 | 221.69 | 0.26 | 0.44 |
| Hex | 52 | 64 | 8D | 2A | 1D | 0 | 2D | DE | 1A | 2C |
| Octal | 122 | 144 | 215 | 52 | 35 | 0 | 55 | 336 | 32 | 54 |
| Binary | 1010010 | 1100100 | 10001101 | 101010 | 11101 | 0 | 101101 | 11011110 | 11010 | 101100 |
Color Harmonies of #52648D
Complementary color
Monochromatic Colors of #52648D
Black with #52648D
Text Example
Text Example
White with #52648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52648D; }
p { color: rgb(82,100,141); }
H1.HeaderClassName
{
color: #52648D;
}
.AnyTagClassName
{
color: #52648D;
}
</style>
background-color css
<style>
a { background-color: #52648D; }
a { background-color: rgb(82,100,141); }
div.DivClassName
{
background-color: #52648D;
}
.BgClassName
{
background-color: #52648D;
}
</style>
border-color css
<style>
span { border-color: #52648D; }
span { border-color: rgb(82,100,141); }
td.TdClassName
{
border-color: #52648D;
}
.TagClassName
{
border-color: #52648D;
}
</style>