Shades of Blue Gem #534894
Tints of Blue Gem #534894
RGB
CMYK
RGB Variations
Color information
#534894 (or 0x534894) is known color: Blue Gem. HEX triplet: 53, 48 and 94. RGB value is (83,72,148). Sum of RGB (Red+Green+Blue) = 83+72+148=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #534894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534894 is #ACB76B. Grayscale: #535353. Windows color (decimal): -11319148 or 9717843. OLE color: 9717843.
HSL color Cylindrical-coordinate representation of color #534894: hue angle of 248.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534894 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 72 | 148 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.42 |
| HSL | 248.68º | 0.35% | 0.43% | - |
| HSV(B) | 248.68º | 0.51% | 0.58% | - |
| XYZ | 11.23 | 8.61 | 29.09 | - |
| YUV | 83.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 148 | 0.44 | 0.51 | 0 | 0.42 | 248.68 | 0.35 | 0.43 |
| Hex | 53 | 48 | 94 | 2C | 33 | 0 | 2A | F9 | 23 | 2B |
| Octal | 123 | 110 | 224 | 54 | 63 | 0 | 52 | 371 | 43 | 53 |
| Binary | 1010011 | 1001000 | 10010100 | 101100 | 110011 | 0 | 101010 | 11111001 | 100011 | 101011 |
Color Harmonies of #534894
Complementary color
Monochromatic Colors of #534894
Black with #534894
Text Example
Text Example
White with #534894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534894; }
p { color: rgb(83,72,148); }
H1.HeaderClassName
{
color: #534894;
}
.AnyTagClassName
{
color: #534894;
}
</style>
background-color css
<style>
a { background-color: #534894; }
a { background-color: rgb(83,72,148); }
div.DivClassName
{
background-color: #534894;
}
.BgClassName
{
background-color: #534894;
}
</style>
border-color css
<style>
span { border-color: #534894; }
span { border-color: rgb(83,72,148); }
td.TdClassName
{
border-color: #534894;
}
.TagClassName
{
border-color: #534894;
}
</style>