Shades of Blue Gem #533D92
Tints of Blue Gem #533D92
RGB
CMYK
RGB Variations
Color information
#533D92 (or 0x533D92) is known color: Blue Gem. HEX triplet: 53, 3D and 92. RGB value is (83,61,146). Sum of RGB (Red+Green+Blue) = 83+61+146=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #533D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533D92 is #ACC26D. Grayscale: #4C4C4C. Windows color (decimal): -11321966 or 9583955. OLE color: 9583955.
HSL color Cylindrical-coordinate representation of color #533D92: hue angle of 255.53º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533D92 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 61 | 146 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.43 |
| HSL | 255.53º | 0.41% | 0.41% | - |
| HSV(B) | 255.53º | 0.58% | 0.57% | - |
| XYZ | 10.42 | 7.25 | 28.04 | - |
| YUV | 77.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 146 | 0.43 | 0.58 | 0 | 0.43 | 255.53 | 0.41 | 0.41 |
| Hex | 53 | 3D | 92 | 2B | 3A | 0 | 2B | 100 | 29 | 29 |
| Octal | 123 | 75 | 222 | 53 | 72 | 0 | 53 | 400 | 51 | 51 |
| Binary | 1010011 | 111101 | 10010010 | 101011 | 111010 | 0 | 101011 | 100000000 | 101001 | 101001 |
Color Harmonies of #533D92
Complementary color
Monochromatic Colors of #533D92
Black with #533D92
Text Example
Text Example
White with #533D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D92; }
p { color: rgb(83,61,146); }
H1.HeaderClassName
{
color: #533D92;
}
.AnyTagClassName
{
color: #533D92;
}
</style>
background-color css
<style>
a { background-color: #533D92; }
a { background-color: rgb(83,61,146); }
div.DivClassName
{
background-color: #533D92;
}
.BgClassName
{
background-color: #533D92;
}
</style>
border-color css
<style>
span { border-color: #533D92; }
span { border-color: rgb(83,61,146); }
td.TdClassName
{
border-color: #533D92;
}
.TagClassName
{
border-color: #533D92;
}
</style>