Shades of Blue Gem #534896
Tints of Blue Gem #534896
RGB
CMYK
RGB Variations
Color information
#534896 (or 0x534896) is known color: Blue Gem. HEX triplet: 53, 48 and 96. RGB value is (83,72,150). Sum of RGB (Red+Green+Blue) = 83+72+150=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #534896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534896 is #ACB769. Grayscale: #535353. Windows color (decimal): -11319146 or 9848915. OLE color: 9848915.
HSL color Cylindrical-coordinate representation of color #534896: hue angle of 248.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534896 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 72 | 150 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.41 |
| HSL | 248.46º | 0.35% | 0.44% | - |
| HSV(B) | 248.46º | 0.52% | 0.59% | - |
| XYZ | 11.39 | 8.68 | 29.93 | - |
| YUV | 84.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 150 | 0.45 | 0.52 | 0 | 0.41 | 248.46 | 0.35 | 0.44 |
| Hex | 53 | 48 | 96 | 2D | 34 | 0 | 29 | F8 | 23 | 2C |
| Octal | 123 | 110 | 226 | 55 | 64 | 0 | 51 | 370 | 43 | 54 |
| Binary | 1010011 | 1001000 | 10010110 | 101101 | 110100 | 0 | 101001 | 11111000 | 100011 | 101100 |
Color Harmonies of #534896
Complementary color
Monochromatic Colors of #534896
Black with #534896
Text Example
Text Example
White with #534896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534896; }
p { color: rgb(83,72,150); }
H1.HeaderClassName
{
color: #534896;
}
.AnyTagClassName
{
color: #534896;
}
</style>
background-color css
<style>
a { background-color: #534896; }
a { background-color: rgb(83,72,150); }
div.DivClassName
{
background-color: #534896;
}
.BgClassName
{
background-color: #534896;
}
</style>
border-color css
<style>
span { border-color: #534896; }
span { border-color: rgb(83,72,150); }
td.TdClassName
{
border-color: #534896;
}
.TagClassName
{
border-color: #534896;
}
</style>