Shades of Kashmir Blue #526E90
Tints of Kashmir Blue #526E90
RGB
CMYK
RGB Variations
Color information
#526E90 (or 0x526E90) is known color: Kashmir Blue. HEX triplet: 52, 6E and 90. RGB value is (82,110,144). Sum of RGB (Red+Green+Blue) = 82+110+144=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #526E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E90 is #AD916F. Grayscale: #696969. Windows color (decimal): -11374960 or 9465426. OLE color: 9465426.
HSL color Cylindrical-coordinate representation of color #526E90: hue angle of 212.9º 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 #526E90 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 110 | 144 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.44 |
| HSL | 212.9º | 0.27% | 0.44% | - |
| HSV(B) | 212.9º | 0.43% | 0.56% | - |
| XYZ | 14.09 | 14.96 | 28.53 | - |
| YUV | 105.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 144 | 0.43 | 0.24 | 0 | 0.44 | 212.9 | 0.27 | 0.44 |
| Hex | 52 | 6E | 90 | 2B | 18 | 0 | 2C | D5 | 1B | 2C |
| Octal | 122 | 156 | 220 | 53 | 30 | 0 | 54 | 325 | 33 | 54 |
| Binary | 1010010 | 1101110 | 10010000 | 101011 | 11000 | 0 | 101100 | 11010101 | 11011 | 101100 |
Color Harmonies of #526E90
Complementary color
Monochromatic Colors of #526E90
Black with #526E90
Text Example
Text Example
White with #526E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E90; }
p { color: rgb(82,110,144); }
H1.HeaderClassName
{
color: #526E90;
}
.AnyTagClassName
{
color: #526E90;
}
</style>
background-color css
<style>
a { background-color: #526E90; }
a { background-color: rgb(82,110,144); }
div.DivClassName
{
background-color: #526E90;
}
.BgClassName
{
background-color: #526E90;
}
</style>
border-color css
<style>
span { border-color: #526E90; }
span { border-color: rgb(82,110,144); }
td.TdClassName
{
border-color: #526E90;
}
.TagClassName
{
border-color: #526E90;
}
</style>