Shades of Blue Gem #524592
Tints of Blue Gem #524592
RGB
CMYK
RGB Variations
Color information
#524592 (or 0x524592) is known color: Blue Gem. HEX triplet: 52, 45 and 92. RGB value is (82,69,146). Sum of RGB (Red+Green+Blue) = 82+69+146=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #524592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524592 is #ADBA6D. Grayscale: #515151. Windows color (decimal): -11385454 or 9586002. OLE color: 9586002.
HSL color Cylindrical-coordinate representation of color #524592: hue angle of 250.13º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #524592 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 69 | 146 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.43 |
| HSL | 250.13º | 0.36% | 0.42% | - |
| HSV(B) | 250.13º | 0.53% | 0.57% | - |
| XYZ | 10.8 | 8.13 | 28.19 | - |
| YUV | 81.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 146 | 0.44 | 0.53 | 0 | 0.43 | 250.13 | 0.36 | 0.42 |
| Hex | 52 | 45 | 92 | 2C | 35 | 0 | 2B | FA | 24 | 2A |
| Octal | 122 | 105 | 222 | 54 | 65 | 0 | 53 | 372 | 44 | 52 |
| Binary | 1010010 | 1000101 | 10010010 | 101100 | 110101 | 0 | 101011 | 11111010 | 100100 | 101010 |
Color Harmonies of #524592
Complementary color
Monochromatic Colors of #524592
Black with #524592
Text Example
Text Example
White with #524592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524592; }
p { color: rgb(82,69,146); }
H1.HeaderClassName
{
color: #524592;
}
.AnyTagClassName
{
color: #524592;
}
</style>
background-color css
<style>
a { background-color: #524592; }
a { background-color: rgb(82,69,146); }
div.DivClassName
{
background-color: #524592;
}
.BgClassName
{
background-color: #524592;
}
</style>
border-color css
<style>
span { border-color: #524592; }
span { border-color: rgb(82,69,146); }
td.TdClassName
{
border-color: #524592;
}
.TagClassName
{
border-color: #524592;
}
</style>