Shades of Kashmir Blue #52628D
Tints of Kashmir Blue #52628D
RGB
CMYK
RGB Variations
Color information
#52628D (or 0x52628D) is known color: Kashmir Blue. HEX triplet: 52, 62 and 8D. RGB value is (82,98,141). Sum of RGB (Red+Green+Blue) = 82+98+141=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 98 (38.67% from 255 or 30.53% 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 #52628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52628D is #AD9D72. Grayscale: #616161. Windows color (decimal): -11378035 or 9265746. OLE color: 9265746.
HSL color Cylindrical-coordinate representation of color #52628D: hue angle of 223.73º 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 #52628D is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 98 | 141 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.45 |
| HSL | 223.73º | 0.26% | 0.44% | - |
| HSV(B) | 223.73º | 0.42% | 0.55% | - |
| XYZ | 12.66 | 12.45 | 26.94 | - |
| YUV | 98.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 141 | 0.42 | 0.30 | 0 | 0.45 | 223.73 | 0.26 | 0.44 |
| Hex | 52 | 62 | 8D | 2A | 1E | 0 | 2D | E0 | 1A | 2C |
| Octal | 122 | 142 | 215 | 52 | 36 | 0 | 55 | 340 | 32 | 54 |
| Binary | 1010010 | 1100010 | 10001101 | 101010 | 11110 | 0 | 101101 | 11100000 | 11010 | 101100 |
Color Harmonies of #52628D
Complementary color
Monochromatic Colors of #52628D
Black with #52628D
Text Example
Text Example
White with #52628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52628D; }
p { color: rgb(82,98,141); }
H1.HeaderClassName
{
color: #52628D;
}
.AnyTagClassName
{
color: #52628D;
}
</style>
background-color css
<style>
a { background-color: #52628D; }
a { background-color: rgb(82,98,141); }
div.DivClassName
{
background-color: #52628D;
}
.BgClassName
{
background-color: #52628D;
}
</style>
border-color css
<style>
span { border-color: #52628D; }
span { border-color: rgb(82,98,141); }
td.TdClassName
{
border-color: #52628D;
}
.TagClassName
{
border-color: #52628D;
}
</style>