Shades of Kashmir Blue #526A8D
Tints of Kashmir Blue #526A8D
RGB
CMYK
RGB Variations
Color information
#526A8D (or 0x526A8D) is known color: Kashmir Blue. HEX triplet: 52, 6A and 8D. RGB value is (82,106,141). Sum of RGB (Red+Green+Blue) = 82+106+141=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #526A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A8D is #AD9572. Grayscale: #666666. Windows color (decimal): -11375987 or 9267794. OLE color: 9267794.
HSL color Cylindrical-coordinate representation of color #526A8D: hue angle of 215.59º 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 #526A8D is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 106 | 141 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.45 |
| HSL | 215.59º | 0.26% | 0.44% | - |
| HSV(B) | 215.59º | 0.42% | 0.55% | - |
| XYZ | 13.44 | 14.02 | 27.2 | - |
| YUV | 102.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 141 | 0.42 | 0.25 | 0 | 0.45 | 215.59 | 0.26 | 0.44 |
| Hex | 52 | 6A | 8D | 2A | 19 | 0 | 2D | D8 | 1A | 2C |
| Octal | 122 | 152 | 215 | 52 | 31 | 0 | 55 | 330 | 32 | 54 |
| Binary | 1010010 | 1101010 | 10001101 | 101010 | 11001 | 0 | 101101 | 11011000 | 11010 | 101100 |
Color Harmonies of #526A8D
Complementary color
Monochromatic Colors of #526A8D
Black with #526A8D
Text Example
Text Example
White with #526A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A8D; }
p { color: rgb(82,106,141); }
H1.HeaderClassName
{
color: #526A8D;
}
.AnyTagClassName
{
color: #526A8D;
}
</style>
background-color css
<style>
a { background-color: #526A8D; }
a { background-color: rgb(82,106,141); }
div.DivClassName
{
background-color: #526A8D;
}
.BgClassName
{
background-color: #526A8D;
}
</style>
border-color css
<style>
span { border-color: #526A8D; }
span { border-color: rgb(82,106,141); }
td.TdClassName
{
border-color: #526A8D;
}
.TagClassName
{
border-color: #526A8D;
}
</style>