Shades of Blue Gem #524090
Tints of Blue Gem #524090
RGB
CMYK
RGB Variations
Color information
#524090 (or 0x524090) is known color: Blue Gem. HEX triplet: 52, 40 and 90. RGB value is (82,64,144). Sum of RGB (Red+Green+Blue) = 82+64+144=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #524090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524090 is #ADBF6F. Grayscale: #4E4E4E. Windows color (decimal): -11386736 or 9453650. OLE color: 9453650.
HSL color Cylindrical-coordinate representation of color #524090: hue angle of 253.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524090 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 64 | 144 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.44 |
| HSL | 253.5º | 0.38% | 0.41% | - |
| HSV(B) | 253.5º | 0.56% | 0.56% | - |
| XYZ | 10.35 | 7.47 | 27.28 | - |
| YUV | 78.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 144 | 0.43 | 0.56 | 0 | 0.44 | 253.5 | 0.38 | 0.41 |
| Hex | 52 | 40 | 90 | 2B | 38 | 0 | 2C | FE | 26 | 29 |
| Octal | 122 | 100 | 220 | 53 | 70 | 0 | 54 | 376 | 46 | 51 |
| Binary | 1010010 | 1000000 | 10010000 | 101011 | 111000 | 0 | 101100 | 11111110 | 100110 | 101001 |
Color Harmonies of #524090
Complementary color
Monochromatic Colors of #524090
Black with #524090
Text Example
Text Example
White with #524090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524090; }
p { color: rgb(82,64,144); }
H1.HeaderClassName
{
color: #524090;
}
.AnyTagClassName
{
color: #524090;
}
</style>
background-color css
<style>
a { background-color: #524090; }
a { background-color: rgb(82,64,144); }
div.DivClassName
{
background-color: #524090;
}
.BgClassName
{
background-color: #524090;
}
</style>
border-color css
<style>
span { border-color: #524090; }
span { border-color: rgb(82,64,144); }
td.TdClassName
{
border-color: #524090;
}
.TagClassName
{
border-color: #524090;
}
</style>