Shades of Blue Gem #534997
Tints of Blue Gem #534997
RGB
CMYK
RGB Variations
Color information
#534997 (or 0x534997) is known color: Blue Gem. HEX triplet: 53, 49 and 97. RGB value is (83,73,151). Sum of RGB (Red+Green+Blue) = 83+73+151=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #534997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534997 is #ACB668. Grayscale: #545454. Windows color (decimal): -11318889 or 9914707. OLE color: 9914707.
HSL color Cylindrical-coordinate representation of color #534997: hue angle of 247.69º 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 #534997 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 73 | 151 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.41 |
| HSL | 247.69º | 0.35% | 0.44% | - |
| HSV(B) | 247.69º | 0.52% | 0.59% | - |
| XYZ | 11.54 | 8.84 | 30.38 | - |
| YUV | 84.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 151 | 0.45 | 0.52 | 0 | 0.41 | 247.69 | 0.35 | 0.44 |
| Hex | 53 | 49 | 97 | 2D | 34 | 0 | 29 | F8 | 23 | 2C |
| Octal | 123 | 111 | 227 | 55 | 64 | 0 | 51 | 370 | 43 | 54 |
| Binary | 1010011 | 1001001 | 10010111 | 101101 | 110100 | 0 | 101001 | 11111000 | 100011 | 101100 |
Color Harmonies of #534997
Complementary color
Monochromatic Colors of #534997
Black with #534997
Text Example
Text Example
White with #534997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534997; }
p { color: rgb(83,73,151); }
H1.HeaderClassName
{
color: #534997;
}
.AnyTagClassName
{
color: #534997;
}
</style>
background-color css
<style>
a { background-color: #534997; }
a { background-color: rgb(83,73,151); }
div.DivClassName
{
background-color: #534997;
}
.BgClassName
{
background-color: #534997;
}
</style>
border-color css
<style>
span { border-color: #534997; }
span { border-color: rgb(83,73,151); }
td.TdClassName
{
border-color: #534997;
}
.TagClassName
{
border-color: #534997;
}
</style>