Shades of Blue Gem #534698
Tints of Blue Gem #534698
RGB
CMYK
RGB Variations
Color information
#534698 (or 0x534698) is known color: Blue Gem. HEX triplet: 53, 46 and 98. RGB value is (83,70,152). Sum of RGB (Red+Green+Blue) = 83+70+152=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #534698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534698 is #ACB967. Grayscale: #525252. Windows color (decimal): -11319656 or 9979475. OLE color: 9979475.
HSL color Cylindrical-coordinate representation of color #534698: hue angle of 249.51º 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 #534698 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 70 | 152 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.40 |
| HSL | 249.51º | 0.37% | 0.44% | - |
| HSV(B) | 249.51º | 0.54% | 0.6% | - |
| XYZ | 11.42 | 8.49 | 30.74 | - |
| YUV | 83.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 152 | 0.45 | 0.54 | 0 | 0.40 | 249.51 | 0.37 | 0.44 |
| Hex | 53 | 46 | 98 | 2D | 36 | 0 | 28 | FA | 25 | 2C |
| Octal | 123 | 106 | 230 | 55 | 66 | 0 | 50 | 372 | 45 | 54 |
| Binary | 1010011 | 1000110 | 10011000 | 101101 | 110110 | 0 | 101000 | 11111010 | 100101 | 101100 |
Color Harmonies of #534698
Complementary color
Monochromatic Colors of #534698
Black with #534698
Text Example
Text Example
White with #534698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534698; }
p { color: rgb(83,70,152); }
H1.HeaderClassName
{
color: #534698;
}
.AnyTagClassName
{
color: #534698;
}
</style>
background-color css
<style>
a { background-color: #534698; }
a { background-color: rgb(83,70,152); }
div.DivClassName
{
background-color: #534698;
}
.BgClassName
{
background-color: #534698;
}
</style>
border-color css
<style>
span { border-color: #534698; }
span { border-color: rgb(83,70,152); }
td.TdClassName
{
border-color: #534698;
}
.TagClassName
{
border-color: #534698;
}
</style>