Shades of Rich Blue #5E569D
Tints of Rich Blue #5E569D
RGB
CMYK
RGB Variations
Color information
#5E569D (or 0x5E569D) is known color: Rich Blue. HEX triplet: 5E, 56 and 9D. RGB value is (94,86,157). Sum of RGB (Red+Green+Blue) = 94+86+157=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E569D is #A1A962. Grayscale: #606060. Windows color (decimal): -10594659 or 10311262. OLE color: 10311262.
HSL color Cylindrical-coordinate representation of color #5E569D: hue angle of 246.76º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E569D is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 86 | 157 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.38 |
| HSL | 246.76º | 0.29% | 0.48% | - |
| HSV(B) | 246.76º | 0.45% | 0.62% | - |
| XYZ | 14.03 | 11.47 | 33.37 | - |
| YUV | 96.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 157 | 0.40 | 0.45 | 0 | 0.38 | 246.76 | 0.29 | 0.48 |
| Hex | 5E | 56 | 9D | 28 | 2D | 0 | 26 | F7 | 1D | 30 |
| Octal | 136 | 126 | 235 | 50 | 55 | 0 | 46 | 367 | 35 | 60 |
| Binary | 1011110 | 1010110 | 10011101 | 101000 | 101101 | 0 | 100110 | 11110111 | 11101 | 110000 |
Color Harmonies of #5E569D
Complementary color
Monochromatic Colors of #5E569D
Black with #5E569D
Text Example
Text Example
White with #5E569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E569D; }
p { color: rgb(94,86,157); }
H1.HeaderClassName
{
color: #5E569D;
}
.AnyTagClassName
{
color: #5E569D;
}
</style>
background-color css
<style>
a { background-color: #5E569D; }
a { background-color: rgb(94,86,157); }
div.DivClassName
{
background-color: #5E569D;
}
.BgClassName
{
background-color: #5E569D;
}
</style>
border-color css
<style>
span { border-color: #5E569D; }
span { border-color: rgb(94,86,157); }
td.TdClassName
{
border-color: #5E569D;
}
.TagClassName
{
border-color: #5E569D;
}
</style>