Shades of Blue Gem #504393
Tints of Blue Gem #504393
RGB
CMYK
RGB Variations
Color information
#504393 (or 0x504393) is known color: Blue Gem. HEX triplet: 50, 43 and 93. RGB value is (80,67,147). Sum of RGB (Red+Green+Blue) = 80+67+147=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #504393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504393 is #AFBC6C. Grayscale: #4F4F4F. Windows color (decimal): -11517037 or 9651024. OLE color: 9651024.
HSL color Cylindrical-coordinate representation of color #504393: hue angle of 249.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #504393 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 67 | 147 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.42 |
| HSL | 249.75º | 0.37% | 0.42% | - |
| HSV(B) | 249.75º | 0.54% | 0.58% | - |
| XYZ | 10.58 | 7.83 | 28.56 | - |
| YUV | 80.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 147 | 0.46 | 0.54 | 0 | 0.42 | 249.75 | 0.37 | 0.42 |
| Hex | 50 | 43 | 93 | 2E | 36 | 0 | 2A | FA | 25 | 2A |
| Octal | 120 | 103 | 223 | 56 | 66 | 0 | 52 | 372 | 45 | 52 |
| Binary | 1010000 | 1000011 | 10010011 | 101110 | 110110 | 0 | 101010 | 11111010 | 100101 | 101010 |
Color Harmonies of #504393
Complementary color
Monochromatic Colors of #504393
Black with #504393
Text Example
Text Example
White with #504393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504393; }
p { color: rgb(80,67,147); }
H1.HeaderClassName
{
color: #504393;
}
.AnyTagClassName
{
color: #504393;
}
</style>
background-color css
<style>
a { background-color: #504393; }
a { background-color: rgb(80,67,147); }
div.DivClassName
{
background-color: #504393;
}
.BgClassName
{
background-color: #504393;
}
</style>
border-color css
<style>
span { border-color: #504393; }
span { border-color: rgb(80,67,147); }
td.TdClassName
{
border-color: #504393;
}
.TagClassName
{
border-color: #504393;
}
</style>