Shades of Kashmir Blue #526D8D
Tints of Kashmir Blue #526D8D
RGB
CMYK
RGB Variations
Color information
#526D8D (or 0x526D8D) is known color: Kashmir Blue. HEX triplet: 52, 6D and 8D. RGB value is (82,109,141). Sum of RGB (Red+Green+Blue) = 82+109+141=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #526D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D8D is #AD9272. Grayscale: #686868. Windows color (decimal): -11375219 or 9268562. OLE color: 9268562.
HSL color Cylindrical-coordinate representation of color #526D8D: hue angle of 212.54º 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 #526D8D is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 109 | 141 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.45 |
| HSL | 212.54º | 0.26% | 0.44% | - |
| HSV(B) | 212.54º | 0.42% | 0.55% | - |
| XYZ | 13.76 | 14.65 | 27.3 | - |
| YUV | 104.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 141 | 0.42 | 0.23 | 0 | 0.45 | 212.54 | 0.26 | 0.44 |
| Hex | 52 | 6D | 8D | 2A | 17 | 0 | 2D | D5 | 1A | 2C |
| Octal | 122 | 155 | 215 | 52 | 27 | 0 | 55 | 325 | 32 | 54 |
| Binary | 1010010 | 1101101 | 10001101 | 101010 | 10111 | 0 | 101101 | 11010101 | 11010 | 101100 |
Color Harmonies of #526D8D
Complementary color
Monochromatic Colors of #526D8D
Black with #526D8D
Text Example
Text Example
White with #526D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D8D; }
p { color: rgb(82,109,141); }
H1.HeaderClassName
{
color: #526D8D;
}
.AnyTagClassName
{
color: #526D8D;
}
</style>
background-color css
<style>
a { background-color: #526D8D; }
a { background-color: rgb(82,109,141); }
div.DivClassName
{
background-color: #526D8D;
}
.BgClassName
{
background-color: #526D8D;
}
</style>
border-color css
<style>
span { border-color: #526D8D; }
span { border-color: rgb(82,109,141); }
td.TdClassName
{
border-color: #526D8D;
}
.TagClassName
{
border-color: #526D8D;
}
</style>