Shades of Blue Gem #533F8D
Tints of Blue Gem #533F8D
RGB
CMYK
RGB Variations
Color information
#533F8D (or 0x533F8D) is known color: Blue Gem. HEX triplet: 53, 3F and 8D. RGB value is (83,63,141). Sum of RGB (Red+Green+Blue) = 83+63+141=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #533F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F8D is #ACC072. Grayscale: #4D4D4D. Windows color (decimal): -11321459 or 9256787. OLE color: 9256787.
HSL color Cylindrical-coordinate representation of color #533F8D: hue angle of 255.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533F8D is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 63 | 141 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.45 |
| HSL | 255.38º | 0.38% | 0.4% | - |
| HSV(B) | 255.38º | 0.55% | 0.55% | - |
| XYZ | 10.15 | 7.32 | 26.08 | - |
| YUV | 77.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 141 | 0.41 | 0.55 | 0 | 0.45 | 255.38 | 0.38 | 0.4 |
| Hex | 53 | 3F | 8D | 29 | 37 | 0 | 2D | FF | 26 | 28 |
| Octal | 123 | 77 | 215 | 51 | 67 | 0 | 55 | 377 | 46 | 50 |
| Binary | 1010011 | 111111 | 10001101 | 101001 | 110111 | 0 | 101101 | 11111111 | 100110 | 101000 |
Color Harmonies of #533F8D
Complementary color
Monochromatic Colors of #533F8D
Black with #533F8D
Text Example
Text Example
White with #533F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F8D; }
p { color: rgb(83,63,141); }
H1.HeaderClassName
{
color: #533F8D;
}
.AnyTagClassName
{
color: #533F8D;
}
</style>
background-color css
<style>
a { background-color: #533F8D; }
a { background-color: rgb(83,63,141); }
div.DivClassName
{
background-color: #533F8D;
}
.BgClassName
{
background-color: #533F8D;
}
</style>
border-color css
<style>
span { border-color: #533F8D; }
span { border-color: rgb(83,63,141); }
td.TdClassName
{
border-color: #533F8D;
}
.TagClassName
{
border-color: #533F8D;
}
</style>