Shades of Blue Gem #5034AA
Tints of Blue Gem #5034AA
RGB
CMYK
RGB Variations
Color information
#5034AA (or 0x5034AA) is known color: Blue Gem. HEX triplet: 50, 34 and AA. RGB value is (80,52,170). Sum of RGB (Red+Green+Blue) = 80+52+170=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #5034AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5034AA is #AFCB55. Grayscale: #494949. Windows color (decimal): -11520854 or 11154512. OLE color: 11154512.
HSL color Cylindrical-coordinate representation of color #5034AA: hue angle of 254.24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5034AA is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 52 | 170 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.33 |
| HSL | 254.24º | 0.53% | 0.44% | - |
| HSV(B) | 254.24º | 0.69% | 0.67% | - |
| XYZ | 11.79 | 7.06 | 38.77 | - |
| YUV | 73.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 170 | 0.53 | 0.69 | 0 | 0.33 | 254.24 | 0.53 | 0.44 |
| Hex | 50 | 34 | AA | 35 | 45 | 0 | 21 | FE | 35 | 2C |
| Octal | 120 | 64 | 252 | 65 | 105 | 0 | 41 | 376 | 65 | 54 |
| Binary | 1010000 | 110100 | 10101010 | 110101 | 1000101 | 0 | 100001 | 11111110 | 110101 | 101100 |
Color Harmonies of #5034AA
Complementary color
Monochromatic Colors of #5034AA
Black with #5034AA
Text Example
Text Example
White with #5034AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5034AA; }
p { color: rgb(80,52,170); }
H1.HeaderClassName
{
color: #5034AA;
}
.AnyTagClassName
{
color: #5034AA;
}
</style>
background-color css
<style>
a { background-color: #5034AA; }
a { background-color: rgb(80,52,170); }
div.DivClassName
{
background-color: #5034AA;
}
.BgClassName
{
background-color: #5034AA;
}
</style>
border-color css
<style>
span { border-color: #5034AA; }
span { border-color: rgb(80,52,170); }
td.TdClassName
{
border-color: #5034AA;
}
.TagClassName
{
border-color: #5034AA;
}
</style>