Shades of Rich Blue #5E5EBC
Tints of Rich Blue #5E5EBC
RGB
CMYK
RGB Variations
Color information
#5E5EBC (or 0x5E5EBC) is known color: Rich Blue. HEX triplet: 5E, 5E and BC. RGB value is (94,94,188). Sum of RGB (Red+Green+Blue) = 94+94+188=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5EBC is #A1A143. Grayscale: #686868. Windows color (decimal): -10592580 or 12344926. OLE color: 12344926.
HSL color Cylindrical-coordinate representation of color #5E5EBC: hue angle of 240º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E5EBC is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 94 | 94 | 188 | - |
CMYK | 0.50 | 0.50 | 0 | 0.26 |
HSL | 240º | 0.41% | 0.55% | - |
HSV(B) | 240º | 0.5% | 0.74% | - |
XYZ | 17.7 | 14.02 | 49.35 | - |
YUV | 104.72 | 175 | 120.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 94 | 188 | 0.50 | 0.50 | 0 | 0.26 | 240 | 0.41 | 0.55 |
Hex | 5E | 5E | BC | 32 | 32 | 0 | 1A | F0 | 29 | 37 |
Octal | 136 | 136 | 274 | 62 | 62 | 0 | 32 | 360 | 51 | 67 |
Binary | 1011110 | 1011110 | 10111100 | 110010 | 110010 | 0 | 11010 | 11110000 | 101001 | 110111 |
Color Harmonies of #5E5EBC
Complementary color
Monochromatic Colors of #5E5EBC
Black with #5E5EBC
Text Example
Text Example
White with #5E5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5EBC; }
p { color: rgb(94,94,188); }
H1.HeaderClassName
{
color: #5E5EBC;
}
.AnyTagClassName
{
color: #5E5EBC;
}
</style>
background-color css
<style>
a { background-color: #5E5EBC; }
a { background-color: rgb(94,94,188); }
div.DivClassName
{
background-color: #5E5EBC;
}
.BgClassName
{
background-color: #5E5EBC;
}
</style>
border-color css
<style>
span { border-color: #5E5EBC; }
span { border-color: rgb(94,94,188); }
td.TdClassName
{
border-color: #5E5EBC;
}
.TagClassName
{
border-color: #5E5EBC;
}
</style>