Shades of Blue Gem #524792
Tints of Blue Gem #524792
RGB
CMYK
RGB Variations
Color information
#524792 (or 0x524792) is known color: Blue Gem. HEX triplet: 52, 47 and 92. RGB value is (82,71,146). Sum of RGB (Red+Green+Blue) = 82+71+146=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #524792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524792 is #ADB86D. Grayscale: #525252. Windows color (decimal): -11384942 or 9586514. OLE color: 9586514.
HSL color Cylindrical-coordinate representation of color #524792: hue angle of 248.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524792 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 71 | 146 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.43 |
| HSL | 248.8º | 0.35% | 0.43% | - |
| HSV(B) | 248.8º | 0.51% | 0.57% | - |
| XYZ | 10.92 | 8.38 | 28.24 | - |
| YUV | 82.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 146 | 0.44 | 0.51 | 0 | 0.43 | 248.8 | 0.35 | 0.43 |
| Hex | 52 | 47 | 92 | 2C | 33 | 0 | 2B | F9 | 23 | 2B |
| Octal | 122 | 107 | 222 | 54 | 63 | 0 | 53 | 371 | 43 | 53 |
| Binary | 1010010 | 1000111 | 10010010 | 101100 | 110011 | 0 | 101011 | 11111001 | 100011 | 101011 |
Color Harmonies of #524792
Complementary color
Monochromatic Colors of #524792
Black with #524792
Text Example
Text Example
White with #524792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524792; }
p { color: rgb(82,71,146); }
H1.HeaderClassName
{
color: #524792;
}
.AnyTagClassName
{
color: #524792;
}
</style>
background-color css
<style>
a { background-color: #524792; }
a { background-color: rgb(82,71,146); }
div.DivClassName
{
background-color: #524792;
}
.BgClassName
{
background-color: #524792;
}
</style>
border-color css
<style>
span { border-color: #524792; }
span { border-color: rgb(82,71,146); }
td.TdClassName
{
border-color: #524792;
}
.TagClassName
{
border-color: #524792;
}
</style>