Shades of Blue Gem #533C95
Tints of Blue Gem #533C95
RGB
CMYK
RGB Variations
Color information
#533C95 (or 0x533C95) is known color: Blue Gem. HEX triplet: 53, 3C and 95. RGB value is (83,60,149). Sum of RGB (Red+Green+Blue) = 83+60+149=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #533C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533C95 is #ACC36A. Grayscale: #4C4C4C. Windows color (decimal): -11322219 or 9780307. OLE color: 9780307.
HSL color Cylindrical-coordinate representation of color #533C95: hue angle of 255.51º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533C95 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 60 | 149 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.42 |
| HSL | 255.51º | 0.43% | 0.41% | - |
| HSV(B) | 255.51º | 0.6% | 0.58% | - |
| XYZ | 10.61 | 7.24 | 29.27 | - |
| YUV | 77.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 149 | 0.44 | 0.60 | 0 | 0.42 | 255.51 | 0.43 | 0.41 |
| Hex | 53 | 3C | 95 | 2C | 3C | 0 | 2A | 100 | 2B | 29 |
| Octal | 123 | 74 | 225 | 54 | 74 | 0 | 52 | 400 | 53 | 51 |
| Binary | 1010011 | 111100 | 10010101 | 101100 | 111100 | 0 | 101010 | 100000000 | 101011 | 101001 |
Color Harmonies of #533C95
Complementary color
Monochromatic Colors of #533C95
Black with #533C95
Text Example
Text Example
White with #533C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C95; }
p { color: rgb(83,60,149); }
H1.HeaderClassName
{
color: #533C95;
}
.AnyTagClassName
{
color: #533C95;
}
</style>
background-color css
<style>
a { background-color: #533C95; }
a { background-color: rgb(83,60,149); }
div.DivClassName
{
background-color: #533C95;
}
.BgClassName
{
background-color: #533C95;
}
</style>
border-color css
<style>
span { border-color: #533C95; }
span { border-color: rgb(83,60,149); }
td.TdClassName
{
border-color: #533C95;
}
.TagClassName
{
border-color: #533C95;
}
</style>