Shades of Blue Gem #534995
Tints of Blue Gem #534995
RGB
CMYK
RGB Variations
Color information
#534995 (or 0x534995) is known color: Blue Gem. HEX triplet: 53, 49 and 95. RGB value is (83,73,149). Sum of RGB (Red+Green+Blue) = 83+73+149=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #534995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534995 is #ACB66A. Grayscale: #545454. Windows color (decimal): -11318891 or 9783635. OLE color: 9783635.
HSL color Cylindrical-coordinate representation of color #534995: hue angle of 247.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534995 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 73 | 149 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.42 |
| HSL | 247.89º | 0.34% | 0.44% | - |
| HSV(B) | 247.89º | 0.51% | 0.58% | - |
| XYZ | 11.37 | 8.77 | 29.53 | - |
| YUV | 84.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 149 | 0.44 | 0.51 | 0 | 0.42 | 247.89 | 0.34 | 0.44 |
| Hex | 53 | 49 | 95 | 2C | 33 | 0 | 2A | F8 | 22 | 2C |
| Octal | 123 | 111 | 225 | 54 | 63 | 0 | 52 | 370 | 42 | 54 |
| Binary | 1010011 | 1001001 | 10010101 | 101100 | 110011 | 0 | 101010 | 11111000 | 100010 | 101100 |
Color Harmonies of #534995
Complementary color
Monochromatic Colors of #534995
Black with #534995
Text Example
Text Example
White with #534995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534995; }
p { color: rgb(83,73,149); }
H1.HeaderClassName
{
color: #534995;
}
.AnyTagClassName
{
color: #534995;
}
</style>
background-color css
<style>
a { background-color: #534995; }
a { background-color: rgb(83,73,149); }
div.DivClassName
{
background-color: #534995;
}
.BgClassName
{
background-color: #534995;
}
</style>
border-color css
<style>
span { border-color: #534995; }
span { border-color: rgb(83,73,149); }
td.TdClassName
{
border-color: #534995;
}
.TagClassName
{
border-color: #534995;
}
</style>