Shades of Blue Gem #524093
Tints of Blue Gem #524093
RGB
CMYK
RGB Variations
Color information
#524093 (or 0x524093) is known color: Blue Gem. HEX triplet: 52, 40 and 93. RGB value is (82,64,147). Sum of RGB (Red+Green+Blue) = 82+64+147=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #524093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524093 is #ADBF6C. Grayscale: #4E4E4E. Windows color (decimal): -11386733 or 9650258. OLE color: 9650258.
HSL color Cylindrical-coordinate representation of color #524093: hue angle of 253.01º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524093 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 64 | 147 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.42 |
| HSL | 253.01º | 0.39% | 0.41% | - |
| HSV(B) | 253.01º | 0.56% | 0.58% | - |
| XYZ | 10.58 | 7.57 | 28.51 | - |
| YUV | 78.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 147 | 0.44 | 0.56 | 0 | 0.42 | 253.01 | 0.39 | 0.41 |
| Hex | 52 | 40 | 93 | 2C | 38 | 0 | 2A | FD | 27 | 29 |
| Octal | 122 | 100 | 223 | 54 | 70 | 0 | 52 | 375 | 47 | 51 |
| Binary | 1010010 | 1000000 | 10010011 | 101100 | 111000 | 0 | 101010 | 11111101 | 100111 | 101001 |
Color Harmonies of #524093
Complementary color
Monochromatic Colors of #524093
Black with #524093
Text Example
Text Example
White with #524093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524093; }
p { color: rgb(82,64,147); }
H1.HeaderClassName
{
color: #524093;
}
.AnyTagClassName
{
color: #524093;
}
</style>
background-color css
<style>
a { background-color: #524093; }
a { background-color: rgb(82,64,147); }
div.DivClassName
{
background-color: #524093;
}
.BgClassName
{
background-color: #524093;
}
</style>
border-color css
<style>
span { border-color: #524093; }
span { border-color: rgb(82,64,147); }
td.TdClassName
{
border-color: #524093;
}
.TagClassName
{
border-color: #524093;
}
</style>