Shades of Blue Gem #533F9D
Tints of Blue Gem #533F9D
RGB
CMYK
RGB Variations
Color information
#533F9D (or 0x533F9D) is known color: Blue Gem. HEX triplet: 53, 3F and 9D. RGB value is (83,63,157). Sum of RGB (Red+Green+Blue) = 83+63+157=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #533F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F9D is #ACC062. Grayscale: #4F4F4F. Windows color (decimal): -11321443 or 10305363. OLE color: 10305363.
HSL color Cylindrical-coordinate representation of color #533F9D: hue angle of 252.77º 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 #533F9D is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 63 | 157 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.38 |
| HSL | 252.77º | 0.43% | 0.43% | - |
| HSV(B) | 252.77º | 0.6% | 0.62% | - |
| XYZ | 11.43 | 7.83 | 32.81 | - |
| YUV | 79.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 157 | 0.47 | 0.60 | 0 | 0.38 | 252.77 | 0.43 | 0.43 |
| Hex | 53 | 3F | 9D | 2F | 3C | 0 | 26 | FD | 2B | 2B |
| Octal | 123 | 77 | 235 | 57 | 74 | 0 | 46 | 375 | 53 | 53 |
| Binary | 1010011 | 111111 | 10011101 | 101111 | 111100 | 0 | 100110 | 11111101 | 101011 | 101011 |
Color Harmonies of #533F9D
Complementary color
Monochromatic Colors of #533F9D
Black with #533F9D
Text Example
Text Example
White with #533F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F9D; }
p { color: rgb(83,63,157); }
H1.HeaderClassName
{
color: #533F9D;
}
.AnyTagClassName
{
color: #533F9D;
}
</style>
background-color css
<style>
a { background-color: #533F9D; }
a { background-color: rgb(83,63,157); }
div.DivClassName
{
background-color: #533F9D;
}
.BgClassName
{
background-color: #533F9D;
}
</style>
border-color css
<style>
span { border-color: #533F9D; }
span { border-color: rgb(83,63,157); }
td.TdClassName
{
border-color: #533F9D;
}
.TagClassName
{
border-color: #533F9D;
}
</style>