Shades of Kashmir Blue #52608D
Tints of Kashmir Blue #52608D
RGB
CMYK
RGB Variations
Color information
#52608D (or 0x52608D) is known color: Kashmir Blue. HEX triplet: 52, 60 and 8D. RGB value is (82,96,141). Sum of RGB (Red+Green+Blue) = 82+96+141=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #52608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52608D is #AD9F72. Grayscale: #606060. Windows color (decimal): -11378547 or 9265234. OLE color: 9265234.
HSL color Cylindrical-coordinate representation of color #52608D: hue angle of 225.76º 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 #52608D is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 96 | 141 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.45 |
| HSL | 225.76º | 0.26% | 0.44% | - |
| HSV(B) | 225.76º | 0.42% | 0.55% | - |
| XYZ | 12.47 | 12.08 | 26.87 | - |
| YUV | 96.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 141 | 0.42 | 0.32 | 0 | 0.45 | 225.76 | 0.26 | 0.44 |
| Hex | 52 | 60 | 8D | 2A | 20 | 0 | 2D | E2 | 1A | 2C |
| Octal | 122 | 140 | 215 | 52 | 40 | 0 | 55 | 342 | 32 | 54 |
| Binary | 1010010 | 1100000 | 10001101 | 101010 | 100000 | 0 | 101101 | 11100010 | 11010 | 101100 |
Color Harmonies of #52608D
Complementary color
Monochromatic Colors of #52608D
Black with #52608D
Text Example
Text Example
White with #52608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52608D; }
p { color: rgb(82,96,141); }
H1.HeaderClassName
{
color: #52608D;
}
.AnyTagClassName
{
color: #52608D;
}
</style>
background-color css
<style>
a { background-color: #52608D; }
a { background-color: rgb(82,96,141); }
div.DivClassName
{
background-color: #52608D;
}
.BgClassName
{
background-color: #52608D;
}
</style>
border-color css
<style>
span { border-color: #52608D; }
span { border-color: rgb(82,96,141); }
td.TdClassName
{
border-color: #52608D;
}
.TagClassName
{
border-color: #52608D;
}
</style>