Shades of Blue Gem #533F94
Tints of Blue Gem #533F94
RGB
CMYK
RGB Variations
Color information
#533F94 (or 0x533F94) is known color: Blue Gem. HEX triplet: 53, 3F and 94. RGB value is (83,63,148). Sum of RGB (Red+Green+Blue) = 83+63+148=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #533F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F94 is #ACC06B. Grayscale: #4E4E4E. Windows color (decimal): -11321452 or 9715539. OLE color: 9715539.
HSL color Cylindrical-coordinate representation of color #533F94: hue angle of 254.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533F94 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 63 | 148 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.42 |
| HSL | 254.12º | 0.4% | 0.41% | - |
| HSV(B) | 254.12º | 0.57% | 0.58% | - |
| XYZ | 10.69 | 7.53 | 28.91 | - |
| YUV | 78.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 148 | 0.44 | 0.57 | 0 | 0.42 | 254.12 | 0.4 | 0.41 |
| Hex | 53 | 3F | 94 | 2C | 39 | 0 | 2A | FE | 28 | 29 |
| Octal | 123 | 77 | 224 | 54 | 71 | 0 | 52 | 376 | 50 | 51 |
| Binary | 1010011 | 111111 | 10010100 | 101100 | 111001 | 0 | 101010 | 11111110 | 101000 | 101001 |
Color Harmonies of #533F94
Complementary color
Monochromatic Colors of #533F94
Black with #533F94
Text Example
Text Example
White with #533F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F94; }
p { color: rgb(83,63,148); }
H1.HeaderClassName
{
color: #533F94;
}
.AnyTagClassName
{
color: #533F94;
}
</style>
background-color css
<style>
a { background-color: #533F94; }
a { background-color: rgb(83,63,148); }
div.DivClassName
{
background-color: #533F94;
}
.BgClassName
{
background-color: #533F94;
}
</style>
border-color css
<style>
span { border-color: #533F94; }
span { border-color: rgb(83,63,148); }
td.TdClassName
{
border-color: #533F94;
}
.TagClassName
{
border-color: #533F94;
}
</style>