Shades of Rich Blue #5E53AB
Tints of Rich Blue #5E53AB
RGB
CMYK
RGB Variations
Color information
#5E53AB (or 0x5E53AB) is known color: Rich Blue. HEX triplet: 5E, 53 and AB. RGB value is (94,83,171). Sum of RGB (Red+Green+Blue) = 94+83+171=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E53AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E53AB is #A1AC54. Grayscale: #5F5F5F. Windows color (decimal): -10595413 or 11227998. OLE color: 11227998.
HSL color Cylindrical-coordinate representation of color #5E53AB: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E53AB is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 83 | 171 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.33 |
| HSL | 247.5º | 0.35% | 0.5% | - |
| HSV(B) | 247.5º | 0.51% | 0.67% | - |
| XYZ | 15.06 | 11.51 | 39.96 | - |
| YUV | 96.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 171 | 0.45 | 0.51 | 0 | 0.33 | 247.5 | 0.35 | 0.5 |
| Hex | 5E | 53 | AB | 2D | 33 | 0 | 21 | F8 | 23 | 32 |
| Octal | 136 | 123 | 253 | 55 | 63 | 0 | 41 | 370 | 43 | 62 |
| Binary | 1011110 | 1010011 | 10101011 | 101101 | 110011 | 0 | 100001 | 11111000 | 100011 | 110010 |
Color Harmonies of #5E53AB
Complementary color
Monochromatic Colors of #5E53AB
Black with #5E53AB
Text Example
Text Example
White with #5E53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E53AB; }
p { color: rgb(94,83,171); }
H1.HeaderClassName
{
color: #5E53AB;
}
.AnyTagClassName
{
color: #5E53AB;
}
</style>
background-color css
<style>
a { background-color: #5E53AB; }
a { background-color: rgb(94,83,171); }
div.DivClassName
{
background-color: #5E53AB;
}
.BgClassName
{
background-color: #5E53AB;
}
</style>
border-color css
<style>
span { border-color: #5E53AB; }
span { border-color: rgb(94,83,171); }
td.TdClassName
{
border-color: #5E53AB;
}
.TagClassName
{
border-color: #5E53AB;
}
</style>