Shades of Blue Gem #5039A6
Tints of Blue Gem #5039A6
RGB
CMYK
RGB Variations
Color information
#5039A6 (or 0x5039A6) is known color: Blue Gem. HEX triplet: 50, 39 and A6. RGB value is (80,57,166). Sum of RGB (Red+Green+Blue) = 80+57+166=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #5039A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5039A6 is #AFC659. Grayscale: #4B4B4B. Windows color (decimal): -11519578 or 10893648. OLE color: 10893648.
HSL color Cylindrical-coordinate representation of color #5039A6: hue angle of 252.66º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5039A6 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 57 | 166 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.35 |
| HSL | 252.66º | 0.49% | 0.44% | - |
| HSV(B) | 252.66º | 0.66% | 0.65% | - |
| XYZ | 11.65 | 7.38 | 36.89 | - |
| YUV | 76.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 166 | 0.52 | 0.66 | 0 | 0.35 | 252.66 | 0.49 | 0.44 |
| Hex | 50 | 39 | A6 | 34 | 42 | 0 | 23 | FD | 31 | 2C |
| Octal | 120 | 71 | 246 | 64 | 102 | 0 | 43 | 375 | 61 | 54 |
| Binary | 1010000 | 111001 | 10100110 | 110100 | 1000010 | 0 | 100011 | 11111101 | 110001 | 101100 |
Color Harmonies of #5039A6
Complementary color
Monochromatic Colors of #5039A6
Black with #5039A6
Text Example
Text Example
White with #5039A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5039A6; }
p { color: rgb(80,57,166); }
H1.HeaderClassName
{
color: #5039A6;
}
.AnyTagClassName
{
color: #5039A6;
}
</style>
background-color css
<style>
a { background-color: #5039A6; }
a { background-color: rgb(80,57,166); }
div.DivClassName
{
background-color: #5039A6;
}
.BgClassName
{
background-color: #5039A6;
}
</style>
border-color css
<style>
span { border-color: #5039A6; }
span { border-color: rgb(80,57,166); }
td.TdClassName
{
border-color: #5039A6;
}
.TagClassName
{
border-color: #5039A6;
}
</style>