Shades of Blue Gem #53479A
Tints of Blue Gem #53479A
RGB
CMYK
RGB Variations
Color information
#53479A (or 0x53479A) is known color: Blue Gem. HEX triplet: 53, 47 and 9A. RGB value is (83,71,154). Sum of RGB (Red+Green+Blue) = 83+71+154=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #53479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53479A is #ACB865. Grayscale: #535353. Windows color (decimal): -11319398 or 10110803. OLE color: 10110803.
HSL color Cylindrical-coordinate representation of color #53479A: hue angle of 248.67º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53479A is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 71 | 154 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.40 |
| HSL | 248.67º | 0.37% | 0.44% | - |
| HSV(B) | 248.67º | 0.54% | 0.6% | - |
| XYZ | 11.65 | 8.68 | 31.63 | - |
| YUV | 84.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 154 | 0.46 | 0.54 | 0 | 0.40 | 248.67 | 0.37 | 0.44 |
| Hex | 53 | 47 | 9A | 2E | 36 | 0 | 28 | F9 | 25 | 2C |
| Octal | 123 | 107 | 232 | 56 | 66 | 0 | 50 | 371 | 45 | 54 |
| Binary | 1010011 | 1000111 | 10011010 | 101110 | 110110 | 0 | 101000 | 11111001 | 100101 | 101100 |
Color Harmonies of #53479A
Complementary color
Monochromatic Colors of #53479A
Black with #53479A
Text Example
Text Example
White with #53479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53479A; }
p { color: rgb(83,71,154); }
H1.HeaderClassName
{
color: #53479A;
}
.AnyTagClassName
{
color: #53479A;
}
</style>
background-color css
<style>
a { background-color: #53479A; }
a { background-color: rgb(83,71,154); }
div.DivClassName
{
background-color: #53479A;
}
.BgClassName
{
background-color: #53479A;
}
</style>
border-color css
<style>
span { border-color: #53479A; }
span { border-color: rgb(83,71,154); }
td.TdClassName
{
border-color: #53479A;
}
.TagClassName
{
border-color: #53479A;
}
</style>