Shades of Rich Blue #5E679F
Tints of Rich Blue #5E679F
RGB
CMYK
RGB Variations
Color information
#5E679F (or 0x5E679F) is known color: Rich Blue. HEX triplet: 5E, 67 and 9F. RGB value is (94,103,159). Sum of RGB (Red+Green+Blue) = 94+103+159=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E679F is #A19860. Grayscale: #6A6A6A. Windows color (decimal): -10590305 or 10446686. OLE color: 10446686.
HSL color Cylindrical-coordinate representation of color #5E679F: hue angle of 231.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E679F is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 103 | 159 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.38 |
| HSL | 231.69º | 0.26% | 0.5% | - |
| HSV(B) | 231.69º | 0.41% | 0.62% | - |
| XYZ | 15.72 | 14.58 | 34.79 | - |
| YUV | 106.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 159 | 0.41 | 0.35 | 0 | 0.38 | 231.69 | 0.26 | 0.5 |
| Hex | 5E | 67 | 9F | 29 | 23 | 0 | 26 | E8 | 1A | 32 |
| Octal | 136 | 147 | 237 | 51 | 43 | 0 | 46 | 350 | 32 | 62 |
| Binary | 1011110 | 1100111 | 10011111 | 101001 | 100011 | 0 | 100110 | 11101000 | 11010 | 110010 |
Color Harmonies of #5E679F
Complementary color
Monochromatic Colors of #5E679F
Black with #5E679F
Text Example
Text Example
White with #5E679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E679F; }
p { color: rgb(94,103,159); }
H1.HeaderClassName
{
color: #5E679F;
}
.AnyTagClassName
{
color: #5E679F;
}
</style>
background-color css
<style>
a { background-color: #5E679F; }
a { background-color: rgb(94,103,159); }
div.DivClassName
{
background-color: #5E679F;
}
.BgClassName
{
background-color: #5E679F;
}
</style>
border-color css
<style>
span { border-color: #5E679F; }
span { border-color: rgb(94,103,159); }
td.TdClassName
{
border-color: #5E679F;
}
.TagClassName
{
border-color: #5E679F;
}
</style>