Shades of Blue Gem #504598
Tints of Blue Gem #504598
RGB
CMYK
RGB Variations
Color information
#504598 (or 0x504598) is known color: Blue Gem. HEX triplet: 50, 45 and 98. RGB value is (80,69,152). Sum of RGB (Red+Green+Blue) = 80+69+152=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #504598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504598 is #AFBA67. Grayscale: #515151. Windows color (decimal): -11516520 or 9979216. OLE color: 9979216.
HSL color Cylindrical-coordinate representation of color #504598: hue angle of 247.95º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504598 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 69 | 152 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.40 |
| HSL | 247.95º | 0.38% | 0.43% | - |
| HSV(B) | 247.95º | 0.55% | 0.6% | - |
| XYZ | 11.1 | 8.23 | 30.71 | - |
| YUV | 81.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 152 | 0.47 | 0.55 | 0 | 0.40 | 247.95 | 0.38 | 0.43 |
| Hex | 50 | 45 | 98 | 2F | 37 | 0 | 28 | F8 | 26 | 2B |
| Octal | 120 | 105 | 230 | 57 | 67 | 0 | 50 | 370 | 46 | 53 |
| Binary | 1010000 | 1000101 | 10011000 | 101111 | 110111 | 0 | 101000 | 11111000 | 100110 | 101011 |
Color Harmonies of #504598
Complementary color
Monochromatic Colors of #504598
Black with #504598
Text Example
Text Example
White with #504598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504598; }
p { color: rgb(80,69,152); }
H1.HeaderClassName
{
color: #504598;
}
.AnyTagClassName
{
color: #504598;
}
</style>
background-color css
<style>
a { background-color: #504598; }
a { background-color: rgb(80,69,152); }
div.DivClassName
{
background-color: #504598;
}
.BgClassName
{
background-color: #504598;
}
</style>
border-color css
<style>
span { border-color: #504598; }
span { border-color: rgb(80,69,152); }
td.TdClassName
{
border-color: #504598;
}
.TagClassName
{
border-color: #504598;
}
</style>