Shades of Blue Gem #503D89
Tints of Blue Gem #503D89
RGB
CMYK
RGB Variations
Color information
#503D89 (or 0x503D89) is known color: Blue Gem. HEX triplet: 50, 3D and 89. RGB value is (80,61,137). Sum of RGB (Red+Green+Blue) = 80+61+137=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #503D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D89 is #AFC276. Grayscale: #4B4B4B. Windows color (decimal): -11518583 or 8994128. OLE color: 8994128.
HSL color Cylindrical-coordinate representation of color #503D89: hue angle of 255º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503D89 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 61 | 137 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.46 |
| HSL | 255º | 0.38% | 0.39% | - |
| HSV(B) | 255º | 0.55% | 0.54% | - |
| XYZ | 9.49 | 6.85 | 24.49 | - |
| YUV | 75.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 137 | 0.42 | 0.55 | 0 | 0.46 | 255 | 0.38 | 0.39 |
| Hex | 50 | 3D | 89 | 2A | 37 | 0 | 2E | FF | 26 | 27 |
| Octal | 120 | 75 | 211 | 52 | 67 | 0 | 56 | 377 | 46 | 47 |
| Binary | 1010000 | 111101 | 10001001 | 101010 | 110111 | 0 | 101110 | 11111111 | 100110 | 100111 |
Color Harmonies of #503D89
Complementary color
Monochromatic Colors of #503D89
Black with #503D89
Text Example
Text Example
White with #503D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D89; }
p { color: rgb(80,61,137); }
H1.HeaderClassName
{
color: #503D89;
}
.AnyTagClassName
{
color: #503D89;
}
</style>
background-color css
<style>
a { background-color: #503D89; }
a { background-color: rgb(80,61,137); }
div.DivClassName
{
background-color: #503D89;
}
.BgClassName
{
background-color: #503D89;
}
</style>
border-color css
<style>
span { border-color: #503D89; }
span { border-color: rgb(80,61,137); }
td.TdClassName
{
border-color: #503D89;
}
.TagClassName
{
border-color: #503D89;
}
</style>