Shades of Kashmir Blue #526E92
Tints of Kashmir Blue #526E92
RGB
CMYK
RGB Variations
Color information
#526E92 (or 0x526E92) is known color: Kashmir Blue. HEX triplet: 52, 6E and 92. RGB value is (82,110,146). Sum of RGB (Red+Green+Blue) = 82+110+146=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #526E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E92 is #AD916D. Grayscale: #696969. Windows color (decimal): -11374958 or 9596498. OLE color: 9596498.
HSL color Cylindrical-coordinate representation of color #526E92: hue angle of 213.75º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #526E92 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 110 | 146 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.43 |
| HSL | 213.75º | 0.28% | 0.45% | - |
| HSV(B) | 213.75º | 0.44% | 0.57% | - |
| XYZ | 14.24 | 15.02 | 29.34 | - |
| YUV | 105.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 146 | 0.44 | 0.25 | 0 | 0.43 | 213.75 | 0.28 | 0.45 |
| Hex | 52 | 6E | 92 | 2C | 19 | 0 | 2B | D6 | 1C | 2D |
| Octal | 122 | 156 | 222 | 54 | 31 | 0 | 53 | 326 | 34 | 55 |
| Binary | 1010010 | 1101110 | 10010010 | 101100 | 11001 | 0 | 101011 | 11010110 | 11100 | 101101 |
Color Harmonies of #526E92
Complementary color
Monochromatic Colors of #526E92
Black with #526E92
Text Example
Text Example
White with #526E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E92; }
p { color: rgb(82,110,146); }
H1.HeaderClassName
{
color: #526E92;
}
.AnyTagClassName
{
color: #526E92;
}
</style>
background-color css
<style>
a { background-color: #526E92; }
a { background-color: rgb(82,110,146); }
div.DivClassName
{
background-color: #526E92;
}
.BgClassName
{
background-color: #526E92;
}
</style>
border-color css
<style>
span { border-color: #526E92; }
span { border-color: rgb(82,110,146); }
td.TdClassName
{
border-color: #526E92;
}
.TagClassName
{
border-color: #526E92;
}
</style>