Shades of Kashmir Blue #526D92
Tints of Kashmir Blue #526D92
RGB
CMYK
RGB Variations
Color information
#526D92 (or 0x526D92) is known color: Kashmir Blue. HEX triplet: 52, 6D and 92. RGB value is (82,109,146). Sum of RGB (Red+Green+Blue) = 82+109+146=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #526D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D92 is #AD926D. Grayscale: #686868. Windows color (decimal): -11375214 or 9596242. OLE color: 9596242.
HSL color Cylindrical-coordinate representation of color #526D92: hue angle of 214.69º 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 #526D92 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 109 | 146 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.43 |
| HSL | 214.69º | 0.28% | 0.45% | - |
| HSV(B) | 214.69º | 0.44% | 0.57% | - |
| XYZ | 14.14 | 14.81 | 29.31 | - |
| YUV | 105.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 146 | 0.44 | 0.25 | 0 | 0.43 | 214.69 | 0.28 | 0.45 |
| Hex | 52 | 6D | 92 | 2C | 19 | 0 | 2B | D7 | 1C | 2D |
| Octal | 122 | 155 | 222 | 54 | 31 | 0 | 53 | 327 | 34 | 55 |
| Binary | 1010010 | 1101101 | 10010010 | 101100 | 11001 | 0 | 101011 | 11010111 | 11100 | 101101 |
Color Harmonies of #526D92
Complementary color
Monochromatic Colors of #526D92
Black with #526D92
Text Example
Text Example
White with #526D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D92; }
p { color: rgb(82,109,146); }
H1.HeaderClassName
{
color: #526D92;
}
.AnyTagClassName
{
color: #526D92;
}
</style>
background-color css
<style>
a { background-color: #526D92; }
a { background-color: rgb(82,109,146); }
div.DivClassName
{
background-color: #526D92;
}
.BgClassName
{
background-color: #526D92;
}
</style>
border-color css
<style>
span { border-color: #526D92; }
span { border-color: rgb(82,109,146); }
td.TdClassName
{
border-color: #526D92;
}
.TagClassName
{
border-color: #526D92;
}
</style>