Shades of Rich Blue #5E4CA2
Tints of Rich Blue #5E4CA2
RGB
CMYK
RGB Variations
Color information
#5E4CA2 (or 0x5E4CA2) is known color: Rich Blue. HEX triplet: 5E, 4C and A2. RGB value is (94,76,162). Sum of RGB (Red+Green+Blue) = 94+76+162=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #5E4CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4CA2 is #A1B35D. Grayscale: #5A5A5A. Windows color (decimal): -10597214 or 10636382. OLE color: 10636382.
HSL color Cylindrical-coordinate representation of color #5E4CA2: hue angle of 252.56º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E4CA2 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 76 | 162 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.36 |
| HSL | 252.56º | 0.36% | 0.47% | - |
| HSV(B) | 252.56º | 0.53% | 0.64% | - |
| XYZ | 13.72 | 10.16 | 35.42 | - |
| YUV | 91.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 76 | 162 | 0.42 | 0.53 | 0 | 0.36 | 252.56 | 0.36 | 0.47 |
| Hex | 5E | 4C | A2 | 2A | 35 | 0 | 24 | FD | 24 | 2F |
| Octal | 136 | 114 | 242 | 52 | 65 | 0 | 44 | 375 | 44 | 57 |
| Binary | 1011110 | 1001100 | 10100010 | 101010 | 110101 | 0 | 100100 | 11111101 | 100100 | 101111 |
Color Harmonies of #5E4CA2
Complementary color
Monochromatic Colors of #5E4CA2
Black with #5E4CA2
Text Example
Text Example
White with #5E4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4CA2; }
p { color: rgb(94,76,162); }
H1.HeaderClassName
{
color: #5E4CA2;
}
.AnyTagClassName
{
color: #5E4CA2;
}
</style>
background-color css
<style>
a { background-color: #5E4CA2; }
a { background-color: rgb(94,76,162); }
div.DivClassName
{
background-color: #5E4CA2;
}
.BgClassName
{
background-color: #5E4CA2;
}
</style>
border-color css
<style>
span { border-color: #5E4CA2; }
span { border-color: rgb(94,76,162); }
td.TdClassName
{
border-color: #5E4CA2;
}
.TagClassName
{
border-color: #5E4CA2;
}
</style>