Shades of Kashmir Blue #526D91
Tints of Kashmir Blue #526D91
RGB
CMYK
RGB Variations
Color information
#526D91 (or 0x526D91) is known color: Kashmir Blue. HEX triplet: 52, 6D and 91. RGB value is (82,109,145). Sum of RGB (Red+Green+Blue) = 82+109+145=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #526D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D91 is #AD926E. Grayscale: #686868. Windows color (decimal): -11375215 or 9530706. OLE color: 9530706.
HSL color Cylindrical-coordinate representation of color #526D91: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526D91 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 109 | 145 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.43 |
| HSL | 214.29º | 0.28% | 0.45% | - |
| HSV(B) | 214.29º | 0.43% | 0.57% | - |
| XYZ | 14.06 | 14.78 | 28.9 | - |
| YUV | 105.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 145 | 0.43 | 0.25 | 0 | 0.43 | 214.29 | 0.28 | 0.45 |
| Hex | 52 | 6D | 91 | 2B | 19 | 0 | 2B | D6 | 1C | 2D |
| Octal | 122 | 155 | 221 | 53 | 31 | 0 | 53 | 326 | 34 | 55 |
| Binary | 1010010 | 1101101 | 10010001 | 101011 | 11001 | 0 | 101011 | 11010110 | 11100 | 101101 |
Color Harmonies of #526D91
Complementary color
Monochromatic Colors of #526D91
Black with #526D91
Text Example
Text Example
White with #526D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D91; }
p { color: rgb(82,109,145); }
H1.HeaderClassName
{
color: #526D91;
}
.AnyTagClassName
{
color: #526D91;
}
</style>
background-color css
<style>
a { background-color: #526D91; }
a { background-color: rgb(82,109,145); }
div.DivClassName
{
background-color: #526D91;
}
.BgClassName
{
background-color: #526D91;
}
</style>
border-color css
<style>
span { border-color: #526D91; }
span { border-color: rgb(82,109,145); }
td.TdClassName
{
border-color: #526D91;
}
.TagClassName
{
border-color: #526D91;
}
</style>