Shades of Blue Gem #5130AA
Tints of Blue Gem #5130AA
RGB
CMYK
RGB Variations
Color information
#5130AA (or 0x5130AA) is known color: Blue Gem. HEX triplet: 51, 30 and AA. RGB value is (81,48,170). Sum of RGB (Red+Green+Blue) = 81+48+170=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #5130AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5130AA is #AECF55. Grayscale: #474747. Windows color (decimal): -11456342 or 11153489. OLE color: 11153489.
HSL color Cylindrical-coordinate representation of color #5130AA: hue angle of 256.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5130AA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 48 | 170 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.33 |
| HSL | 256.23º | 0.56% | 0.43% | - |
| HSV(B) | 256.23º | 0.72% | 0.67% | - |
| XYZ | 11.71 | 6.77 | 38.72 | - |
| YUV | 71.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 170 | 0.52 | 0.72 | 0 | 0.33 | 256.23 | 0.56 | 0.43 |
| Hex | 51 | 30 | AA | 34 | 48 | 0 | 21 | 100 | 38 | 2B |
| Octal | 121 | 60 | 252 | 64 | 110 | 0 | 41 | 400 | 70 | 53 |
| Binary | 1010001 | 110000 | 10101010 | 110100 | 1001000 | 0 | 100001 | 100000000 | 111000 | 101011 |
Color Harmonies of #5130AA
Complementary color
Monochromatic Colors of #5130AA
Black with #5130AA
Text Example
Text Example
White with #5130AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5130AA; }
p { color: rgb(81,48,170); }
H1.HeaderClassName
{
color: #5130AA;
}
.AnyTagClassName
{
color: #5130AA;
}
</style>
background-color css
<style>
a { background-color: #5130AA; }
a { background-color: rgb(81,48,170); }
div.DivClassName
{
background-color: #5130AA;
}
.BgClassName
{
background-color: #5130AA;
}
</style>
border-color css
<style>
span { border-color: #5130AA; }
span { border-color: rgb(81,48,170); }
td.TdClassName
{
border-color: #5130AA;
}
.TagClassName
{
border-color: #5130AA;
}
</style>