Shades of Blue Gem #503D88
Tints of Blue Gem #503D88
RGB
CMYK
RGB Variations
Color information
#503D88 (or 0x503D88) is known color: Blue Gem. HEX triplet: 50, 3D and 88. RGB value is (80,61,136). Sum of RGB (Red+Green+Blue) = 80+61+136=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #503D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D88 is #AFC277. Grayscale: #4A4A4A. Windows color (decimal): -11518584 or 8928592. OLE color: 8928592.
HSL color Cylindrical-coordinate representation of color #503D88: hue angle of 255.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503D88 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 61 | 136 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.47 |
| HSL | 255.2º | 0.38% | 0.39% | - |
| HSV(B) | 255.2º | 0.55% | 0.53% | - |
| XYZ | 9.42 | 6.82 | 24.11 | - |
| YUV | 75.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 136 | 0.41 | 0.55 | 0 | 0.47 | 255.2 | 0.38 | 0.39 |
| Hex | 50 | 3D | 88 | 29 | 37 | 0 | 2F | FF | 26 | 27 |
| Octal | 120 | 75 | 210 | 51 | 67 | 0 | 57 | 377 | 46 | 47 |
| Binary | 1010000 | 111101 | 10001000 | 101001 | 110111 | 0 | 101111 | 11111111 | 100110 | 100111 |
Color Harmonies of #503D88
Complementary color
Monochromatic Colors of #503D88
Black with #503D88
Text Example
Text Example
White with #503D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D88; }
p { color: rgb(80,61,136); }
H1.HeaderClassName
{
color: #503D88;
}
.AnyTagClassName
{
color: #503D88;
}
</style>
background-color css
<style>
a { background-color: #503D88; }
a { background-color: rgb(80,61,136); }
div.DivClassName
{
background-color: #503D88;
}
.BgClassName
{
background-color: #503D88;
}
</style>
border-color css
<style>
span { border-color: #503D88; }
span { border-color: rgb(80,61,136); }
td.TdClassName
{
border-color: #503D88;
}
.TagClassName
{
border-color: #503D88;
}
</style>