Shades of Kashmir Blue #526B94
Tints of Kashmir Blue #526B94
RGB
CMYK
RGB Variations
Color information
#526B94 (or 0x526B94) is known color: Kashmir Blue. HEX triplet: 52, 6B and 94. RGB value is (82,107,148). Sum of RGB (Red+Green+Blue) = 82+107+148=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #526B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B94 is #AD946B. Grayscale: #686868. Windows color (decimal): -11375724 or 9726802. OLE color: 9726802.
HSL color Cylindrical-coordinate representation of color #526B94: hue angle of 217.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526B94 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 107 | 148 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.42 |
| HSL | 217.27º | 0.29% | 0.45% | - |
| HSV(B) | 217.27º | 0.45% | 0.58% | - |
| XYZ | 14.08 | 14.45 | 30.06 | - |
| YUV | 104.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 148 | 0.45 | 0.28 | 0 | 0.42 | 217.27 | 0.29 | 0.45 |
| Hex | 52 | 6B | 94 | 2D | 1C | 0 | 2A | D9 | 1D | 2D |
| Octal | 122 | 153 | 224 | 55 | 34 | 0 | 52 | 331 | 35 | 55 |
| Binary | 1010010 | 1101011 | 10010100 | 101101 | 11100 | 0 | 101010 | 11011001 | 11101 | 101101 |
Color Harmonies of #526B94
Complementary color
Monochromatic Colors of #526B94
Black with #526B94
Text Example
Text Example
White with #526B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B94; }
p { color: rgb(82,107,148); }
H1.HeaderClassName
{
color: #526B94;
}
.AnyTagClassName
{
color: #526B94;
}
</style>
background-color css
<style>
a { background-color: #526B94; }
a { background-color: rgb(82,107,148); }
div.DivClassName
{
background-color: #526B94;
}
.BgClassName
{
background-color: #526B94;
}
</style>
border-color css
<style>
span { border-color: #526B94; }
span { border-color: rgb(82,107,148); }
td.TdClassName
{
border-color: #526B94;
}
.TagClassName
{
border-color: #526B94;
}
</style>