Shades of Rich Blue #5E52AB
Tints of Rich Blue #5E52AB
RGB
CMYK
RGB Variations
Color information
#5E52AB (or 0x5E52AB) is known color: Rich Blue. HEX triplet: 5E, 52 and AB. RGB value is (94,82,171). Sum of RGB (Red+Green+Blue) = 94+82+171=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E52AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E52AB is #A1AD54. Grayscale: #5F5F5F. Windows color (decimal): -10595669 or 11227742. OLE color: 11227742.
HSL color Cylindrical-coordinate representation of color #5E52AB: hue angle of 248.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E52AB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 82 | 171 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.33 |
| HSL | 248.09º | 0.35% | 0.5% | - |
| HSV(B) | 248.09º | 0.52% | 0.67% | - |
| XYZ | 14.98 | 11.35 | 39.93 | - |
| YUV | 95.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 171 | 0.45 | 0.52 | 0 | 0.33 | 248.09 | 0.35 | 0.5 |
| Hex | 5E | 52 | AB | 2D | 34 | 0 | 21 | F8 | 23 | 32 |
| Octal | 136 | 122 | 253 | 55 | 64 | 0 | 41 | 370 | 43 | 62 |
| Binary | 1011110 | 1010010 | 10101011 | 101101 | 110100 | 0 | 100001 | 11111000 | 100011 | 110010 |
Color Harmonies of #5E52AB
Complementary color
Monochromatic Colors of #5E52AB
Black with #5E52AB
Text Example
Text Example
White with #5E52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E52AB; }
p { color: rgb(94,82,171); }
H1.HeaderClassName
{
color: #5E52AB;
}
.AnyTagClassName
{
color: #5E52AB;
}
</style>
background-color css
<style>
a { background-color: #5E52AB; }
a { background-color: rgb(94,82,171); }
div.DivClassName
{
background-color: #5E52AB;
}
.BgClassName
{
background-color: #5E52AB;
}
</style>
border-color css
<style>
span { border-color: #5E52AB; }
span { border-color: rgb(94,82,171); }
td.TdClassName
{
border-color: #5E52AB;
}
.TagClassName
{
border-color: #5E52AB;
}
</style>