Shades of Rich Blue #5E569C
Tints of Rich Blue #5E569C
RGB
CMYK
RGB Variations
Color information
#5E569C (or 0x5E569C) is known color: Rich Blue. HEX triplet: 5E, 56 and 9C. RGB value is (94,86,156). Sum of RGB (Red+Green+Blue) = 94+86+156=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E569C is #A1A963. Grayscale: #606060. Windows color (decimal): -10594660 or 10245726. OLE color: 10245726.
HSL color Cylindrical-coordinate representation of color #5E569C: hue angle of 246.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E569C is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 86 | 156 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.39 |
| HSL | 246.86º | 0.29% | 0.47% | - |
| HSV(B) | 246.86º | 0.45% | 0.61% | - |
| XYZ | 13.94 | 11.44 | 32.92 | - |
| YUV | 96.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 156 | 0.40 | 0.45 | 0 | 0.39 | 246.86 | 0.29 | 0.47 |
| Hex | 5E | 56 | 9C | 28 | 2D | 0 | 27 | F7 | 1D | 2F |
| Octal | 136 | 126 | 234 | 50 | 55 | 0 | 47 | 367 | 35 | 57 |
| Binary | 1011110 | 1010110 | 10011100 | 101000 | 101101 | 0 | 100111 | 11110111 | 11101 | 101111 |
Color Harmonies of #5E569C
Complementary color
Monochromatic Colors of #5E569C
Black with #5E569C
Text Example
Text Example
White with #5E569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E569C; }
p { color: rgb(94,86,156); }
H1.HeaderClassName
{
color: #5E569C;
}
.AnyTagClassName
{
color: #5E569C;
}
</style>
background-color css
<style>
a { background-color: #5E569C; }
a { background-color: rgb(94,86,156); }
div.DivClassName
{
background-color: #5E569C;
}
.BgClassName
{
background-color: #5E569C;
}
</style>
border-color css
<style>
span { border-color: #5E569C; }
span { border-color: rgb(94,86,156); }
td.TdClassName
{
border-color: #5E569C;
}
.TagClassName
{
border-color: #5E569C;
}
</style>