Shades of Rich Blue #5E5ABE
Tints of Rich Blue #5E5ABE
RGB
CMYK
RGB Variations
Color information
#5E5ABE (or 0x5E5ABE) is known color: Rich Blue. HEX triplet: 5E, 5A and BE. RGB value is (94,90,190). Sum of RGB (Red+Green+Blue) = 94+90+190=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ABE is #A1A541. Grayscale: #666666. Windows color (decimal): -10593602 or 12474974. OLE color: 12474974.
HSL color Cylindrical-coordinate representation of color #5E5ABE: hue angle of 242.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E5ABE is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 90 | 190 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.25 |
| HSL | 242.4º | 0.43% | 0.55% | - |
| HSV(B) | 242.4º | 0.53% | 0.75% | - |
| XYZ | 17.57 | 13.41 | 50.38 | - |
| YUV | 102.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 90 | 190 | 0.51 | 0.53 | 0 | 0.25 | 242.4 | 0.43 | 0.55 |
| Hex | 5E | 5A | BE | 33 | 35 | 0 | 19 | F2 | 2B | 37 |
| Octal | 136 | 132 | 276 | 63 | 65 | 0 | 31 | 362 | 53 | 67 |
| Binary | 1011110 | 1011010 | 10111110 | 110011 | 110101 | 0 | 11001 | 11110010 | 101011 | 110111 |
Color Harmonies of #5E5ABE
Complementary color
Monochromatic Colors of #5E5ABE
Black with #5E5ABE
Text Example
Text Example
White with #5E5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5ABE; }
p { color: rgb(94,90,190); }
H1.HeaderClassName
{
color: #5E5ABE;
}
.AnyTagClassName
{
color: #5E5ABE;
}
</style>
background-color css
<style>
a { background-color: #5E5ABE; }
a { background-color: rgb(94,90,190); }
div.DivClassName
{
background-color: #5E5ABE;
}
.BgClassName
{
background-color: #5E5ABE;
}
</style>
border-color css
<style>
span { border-color: #5E5ABE; }
span { border-color: rgb(94,90,190); }
td.TdClassName
{
border-color: #5E5ABE;
}
.TagClassName
{
border-color: #5E5ABE;
}
</style>