Shades of Blue Gem #503A84
Tints of Blue Gem #503A84
RGB
CMYK
RGB Variations
Color information
#503A84 (or 0x503A84) is known color: Blue Gem. HEX triplet: 50, 3A and 84. RGB value is (80,58,132). Sum of RGB (Red+Green+Blue) = 80+58+132=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #503A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503A84 is #AFC57B. Grayscale: #484848. Windows color (decimal): -11519356 or 8665680. OLE color: 8665680.
HSL color Cylindrical-coordinate representation of color #503A84: hue angle of 257.84º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503A84 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 58 | 132 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.48 |
| HSL | 257.84º | 0.39% | 0.37% | - |
| HSV(B) | 257.84º | 0.56% | 0.52% | - |
| XYZ | 8.99 | 6.4 | 22.59 | - |
| YUV | 73.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 132 | 0.39 | 0.56 | 0 | 0.48 | 257.84 | 0.39 | 0.37 |
| Hex | 50 | 3A | 84 | 27 | 38 | 0 | 30 | 102 | 27 | 25 |
| Octal | 120 | 72 | 204 | 47 | 70 | 0 | 60 | 402 | 47 | 45 |
| Binary | 1010000 | 111010 | 10000100 | 100111 | 111000 | 0 | 110000 | 100000010 | 100111 | 100101 |
Color Harmonies of #503A84
Complementary color
Monochromatic Colors of #503A84
Black with #503A84
Text Example
Text Example
White with #503A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A84; }
p { color: rgb(80,58,132); }
H1.HeaderClassName
{
color: #503A84;
}
.AnyTagClassName
{
color: #503A84;
}
</style>
background-color css
<style>
a { background-color: #503A84; }
a { background-color: rgb(80,58,132); }
div.DivClassName
{
background-color: #503A84;
}
.BgClassName
{
background-color: #503A84;
}
</style>
border-color css
<style>
span { border-color: #503A84; }
span { border-color: rgb(80,58,132); }
td.TdClassName
{
border-color: #503A84;
}
.TagClassName
{
border-color: #503A84;
}
</style>