Shades of Kashmir Blue #526D90
Tints of Kashmir Blue #526D90
RGB
CMYK
RGB Variations
Color information
#526D90 (or 0x526D90) is known color: Kashmir Blue. HEX triplet: 52, 6D and 90. RGB value is (82,109,144). Sum of RGB (Red+Green+Blue) = 82+109+144=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #526D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D90 is #AD926F. Grayscale: #686868. Windows color (decimal): -11375216 or 9465170. OLE color: 9465170.
HSL color Cylindrical-coordinate representation of color #526D90: hue angle of 213.87º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526D90 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 109 | 144 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.44 |
| HSL | 213.87º | 0.27% | 0.44% | - |
| HSV(B) | 213.87º | 0.43% | 0.56% | - |
| XYZ | 13.98 | 14.74 | 28.49 | - |
| YUV | 104.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 144 | 0.43 | 0.24 | 0 | 0.44 | 213.87 | 0.27 | 0.44 |
| Hex | 52 | 6D | 90 | 2B | 18 | 0 | 2C | D6 | 1B | 2C |
| Octal | 122 | 155 | 220 | 53 | 30 | 0 | 54 | 326 | 33 | 54 |
| Binary | 1010010 | 1101101 | 10010000 | 101011 | 11000 | 0 | 101100 | 11010110 | 11011 | 101100 |
Color Harmonies of #526D90
Complementary color
Monochromatic Colors of #526D90
Black with #526D90
Text Example
Text Example
White with #526D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D90; }
p { color: rgb(82,109,144); }
H1.HeaderClassName
{
color: #526D90;
}
.AnyTagClassName
{
color: #526D90;
}
</style>
background-color css
<style>
a { background-color: #526D90; }
a { background-color: rgb(82,109,144); }
div.DivClassName
{
background-color: #526D90;
}
.BgClassName
{
background-color: #526D90;
}
</style>
border-color css
<style>
span { border-color: #526D90; }
span { border-color: rgb(82,109,144); }
td.TdClassName
{
border-color: #526D90;
}
.TagClassName
{
border-color: #526D90;
}
</style>