Shades of Blue Gem #5137A3
Tints of Blue Gem #5137A3
RGB
CMYK
RGB Variations
Color information
#5137A3 (or 0x5137A3) is known color: Blue Gem. HEX triplet: 51, 37 and A3. RGB value is (81,55,163). Sum of RGB (Red+Green+Blue) = 81+55+163=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 163 (64.06% from 255 or 54.52% from 299); Max value from RGB is 163 - color contains mainly: blue. Hex color #5137A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5137A3 is #AEC85C. Grayscale: #4A4A4A. Windows color (decimal): -11454557 or 10696529. OLE color: 10696529.
HSL color Cylindrical-coordinate representation of color #5137A3: hue angle of 254.44º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5137A3 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 55 | 163 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.36 |
| HSL | 254.44º | 0.5% | 0.43% | - |
| HSV(B) | 254.44º | 0.66% | 0.64% | - |
| XYZ | 11.37 | 7.13 | 35.43 | - |
| YUV | 75.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 163 | 0.50 | 0.66 | 0 | 0.36 | 254.44 | 0.5 | 0.43 |
| Hex | 51 | 37 | A3 | 32 | 42 | 0 | 24 | FE | 32 | 2B |
| Octal | 121 | 67 | 243 | 62 | 102 | 0 | 44 | 376 | 62 | 53 |
| Binary | 1010001 | 110111 | 10100011 | 110010 | 1000010 | 0 | 100100 | 11111110 | 110010 | 101011 |
Color Harmonies of #5137A3
Complementary color
Monochromatic Colors of #5137A3
Black with #5137A3
Text Example
Text Example
White with #5137A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5137A3; }
p { color: rgb(81,55,163); }
H1.HeaderClassName
{
color: #5137A3;
}
.AnyTagClassName
{
color: #5137A3;
}
</style>
background-color css
<style>
a { background-color: #5137A3; }
a { background-color: rgb(81,55,163); }
div.DivClassName
{
background-color: #5137A3;
}
.BgClassName
{
background-color: #5137A3;
}
</style>
border-color css
<style>
span { border-color: #5137A3; }
span { border-color: rgb(81,55,163); }
td.TdClassName
{
border-color: #5137A3;
}
.TagClassName
{
border-color: #5137A3;
}
</style>