Shades of Blue Gem #502F98
Tints of Blue Gem #502F98
RGB
CMYK
RGB Variations
Color information
#502F98 (or 0x502F98) is known color: Blue Gem. HEX triplet: 50, 2F and 98. RGB value is (80,47,152). Sum of RGB (Red+Green+Blue) = 80+47+152=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #502F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502F98 is #AFD067. Grayscale: #444444. Windows color (decimal): -11522152 or 9973584. OLE color: 9973584.
HSL color Cylindrical-coordinate representation of color #502F98: hue angle of 258.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502F98 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 47 | 152 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.40 |
| HSL | 258.86º | 0.53% | 0.39% | - |
| HSV(B) | 258.86º | 0.69% | 0.6% | - |
| XYZ | 9.99 | 6.01 | 30.34 | - |
| YUV | 68.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 152 | 0.47 | 0.69 | 0 | 0.40 | 258.86 | 0.53 | 0.39 |
| Hex | 50 | 2F | 98 | 2F | 45 | 0 | 28 | 103 | 35 | 27 |
| Octal | 120 | 57 | 230 | 57 | 105 | 0 | 50 | 403 | 65 | 47 |
| Binary | 1010000 | 101111 | 10011000 | 101111 | 1000101 | 0 | 101000 | 100000011 | 110101 | 100111 |
Color Harmonies of #502F98
Complementary color
Monochromatic Colors of #502F98
Black with #502F98
Text Example
Text Example
White with #502F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F98; }
p { color: rgb(80,47,152); }
H1.HeaderClassName
{
color: #502F98;
}
.AnyTagClassName
{
color: #502F98;
}
</style>
background-color css
<style>
a { background-color: #502F98; }
a { background-color: rgb(80,47,152); }
div.DivClassName
{
background-color: #502F98;
}
.BgClassName
{
background-color: #502F98;
}
</style>
border-color css
<style>
span { border-color: #502F98; }
span { border-color: rgb(80,47,152); }
td.TdClassName
{
border-color: #502F98;
}
.TagClassName
{
border-color: #502F98;
}
</style>