Shades of Blue Gem #533F9E
Tints of Blue Gem #533F9E
RGB
CMYK
RGB Variations
Color information
#533F9E (or 0x533F9E) is known color: Blue Gem. HEX triplet: 53, 3F and 9E. RGB value is (83,63,158). Sum of RGB (Red+Green+Blue) = 83+63+158=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #533F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F9E is #ACC061. Grayscale: #4F4F4F. Windows color (decimal): -11321442 or 10370899. OLE color: 10370899.
HSL color Cylindrical-coordinate representation of color #533F9E: hue angle of 252.63º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533F9E is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 63 | 158 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.38 |
| HSL | 252.63º | 0.43% | 0.43% | - |
| HSV(B) | 252.63º | 0.6% | 0.62% | - |
| XYZ | 11.52 | 7.86 | 33.26 | - |
| YUV | 79.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 158 | 0.47 | 0.60 | 0 | 0.38 | 252.63 | 0.43 | 0.43 |
| Hex | 53 | 3F | 9E | 2F | 3C | 0 | 26 | FD | 2B | 2B |
| Octal | 123 | 77 | 236 | 57 | 74 | 0 | 46 | 375 | 53 | 53 |
| Binary | 1010011 | 111111 | 10011110 | 101111 | 111100 | 0 | 100110 | 11111101 | 101011 | 101011 |
Color Harmonies of #533F9E
Complementary color
Monochromatic Colors of #533F9E
Black with #533F9E
Text Example
Text Example
White with #533F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F9E; }
p { color: rgb(83,63,158); }
H1.HeaderClassName
{
color: #533F9E;
}
.AnyTagClassName
{
color: #533F9E;
}
</style>
background-color css
<style>
a { background-color: #533F9E; }
a { background-color: rgb(83,63,158); }
div.DivClassName
{
background-color: #533F9E;
}
.BgClassName
{
background-color: #533F9E;
}
</style>
border-color css
<style>
span { border-color: #533F9E; }
span { border-color: rgb(83,63,158); }
td.TdClassName
{
border-color: #533F9E;
}
.TagClassName
{
border-color: #533F9E;
}
</style>