Shades of Blue Gem #533F91
Tints of Blue Gem #533F91
RGB
CMYK
RGB Variations
Color information
#533F91 (or 0x533F91) is known color: Blue Gem. HEX triplet: 53, 3F and 91. RGB value is (83,63,145). Sum of RGB (Red+Green+Blue) = 83+63+145=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #533F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F91 is #ACC06E. Grayscale: #4E4E4E. Windows color (decimal): -11321455 or 9518931. OLE color: 9518931.
HSL color Cylindrical-coordinate representation of color #533F91: hue angle of 254.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533F91 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 63 | 145 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.43 |
| HSL | 254.63º | 0.39% | 0.41% | - |
| HSV(B) | 254.63º | 0.57% | 0.57% | - |
| XYZ | 10.46 | 7.44 | 27.67 | - |
| YUV | 78.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 145 | 0.43 | 0.57 | 0 | 0.43 | 254.63 | 0.39 | 0.41 |
| Hex | 53 | 3F | 91 | 2B | 39 | 0 | 2B | FF | 27 | 29 |
| Octal | 123 | 77 | 221 | 53 | 71 | 0 | 53 | 377 | 47 | 51 |
| Binary | 1010011 | 111111 | 10010001 | 101011 | 111001 | 0 | 101011 | 11111111 | 100111 | 101001 |
Color Harmonies of #533F91
Complementary color
Monochromatic Colors of #533F91
Black with #533F91
Text Example
Text Example
White with #533F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F91; }
p { color: rgb(83,63,145); }
H1.HeaderClassName
{
color: #533F91;
}
.AnyTagClassName
{
color: #533F91;
}
</style>
background-color css
<style>
a { background-color: #533F91; }
a { background-color: rgb(83,63,145); }
div.DivClassName
{
background-color: #533F91;
}
.BgClassName
{
background-color: #533F91;
}
</style>
border-color css
<style>
span { border-color: #533F91; }
span { border-color: rgb(83,63,145); }
td.TdClassName
{
border-color: #533F91;
}
.TagClassName
{
border-color: #533F91;
}
</style>