Shades of Blue Gem #5043A1
Tints of Blue Gem #5043A1
RGB
CMYK
RGB Variations
Color information
#5043A1 (or 0x5043A1) is known color: Blue Gem. HEX triplet: 50, 43 and A1. RGB value is (80,67,161). Sum of RGB (Red+Green+Blue) = 80+67+161=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #5043A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5043A1 is #AFBC5E. Grayscale: #515151. Windows color (decimal): -11517023 or 10568528. OLE color: 10568528.
HSL color Cylindrical-coordinate representation of color #5043A1: hue angle of 248.3º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5043A1 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 67 | 161 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.37 |
| HSL | 248.3º | 0.41% | 0.45% | - |
| HSV(B) | 248.3º | 0.58% | 0.63% | - |
| XYZ | 11.75 | 8.29 | 34.7 | - |
| YUV | 81.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 161 | 0.50 | 0.58 | 0 | 0.37 | 248.3 | 0.41 | 0.45 |
| Hex | 50 | 43 | A1 | 32 | 3A | 0 | 25 | F8 | 29 | 2D |
| Octal | 120 | 103 | 241 | 62 | 72 | 0 | 45 | 370 | 51 | 55 |
| Binary | 1010000 | 1000011 | 10100001 | 110010 | 111010 | 0 | 100101 | 11111000 | 101001 | 101101 |
Color Harmonies of #5043A1
Complementary color
Monochromatic Colors of #5043A1
Black with #5043A1
Text Example
Text Example
White with #5043A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5043A1; }
p { color: rgb(80,67,161); }
H1.HeaderClassName
{
color: #5043A1;
}
.AnyTagClassName
{
color: #5043A1;
}
</style>
background-color css
<style>
a { background-color: #5043A1; }
a { background-color: rgb(80,67,161); }
div.DivClassName
{
background-color: #5043A1;
}
.BgClassName
{
background-color: #5043A1;
}
</style>
border-color css
<style>
span { border-color: #5043A1; }
span { border-color: rgb(80,67,161); }
td.TdClassName
{
border-color: #5043A1;
}
.TagClassName
{
border-color: #5043A1;
}
</style>