Shades of Rich Blue #5E539C
Tints of Rich Blue #5E539C
RGB
CMYK
RGB Variations
Color information
#5E539C (or 0x5E539C) is known color: Rich Blue. HEX triplet: 5E, 53 and 9C. RGB value is (94,83,156). Sum of RGB (Red+Green+Blue) = 94+83+156=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E539C is #A1AC63. Grayscale: #5E5E5E. Windows color (decimal): -10595428 or 10244958. OLE color: 10244958.
HSL color Cylindrical-coordinate representation of color #5E539C: hue angle of 249.04º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E539C is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 83 | 156 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.39 |
| HSL | 249.04º | 0.31% | 0.47% | - |
| HSV(B) | 249.04º | 0.47% | 0.61% | - |
| XYZ | 13.71 | 10.97 | 32.85 | - |
| YUV | 94.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 156 | 0.40 | 0.47 | 0 | 0.39 | 249.04 | 0.31 | 0.47 |
| Hex | 5E | 53 | 9C | 28 | 2F | 0 | 27 | F9 | 1F | 2F |
| Octal | 136 | 123 | 234 | 50 | 57 | 0 | 47 | 371 | 37 | 57 |
| Binary | 1011110 | 1010011 | 10011100 | 101000 | 101111 | 0 | 100111 | 11111001 | 11111 | 101111 |
Color Harmonies of #5E539C
Complementary color
Monochromatic Colors of #5E539C
Black with #5E539C
Text Example
Text Example
White with #5E539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E539C; }
p { color: rgb(94,83,156); }
H1.HeaderClassName
{
color: #5E539C;
}
.AnyTagClassName
{
color: #5E539C;
}
</style>
background-color css
<style>
a { background-color: #5E539C; }
a { background-color: rgb(94,83,156); }
div.DivClassName
{
background-color: #5E539C;
}
.BgClassName
{
background-color: #5E539C;
}
</style>
border-color css
<style>
span { border-color: #5E539C; }
span { border-color: rgb(94,83,156); }
td.TdClassName
{
border-color: #5E539C;
}
.TagClassName
{
border-color: #5E539C;
}
</style>