Shades of Rich Blue #5E5FBD
Tints of Rich Blue #5E5FBD
RGB
CMYK
RGB Variations
Color information
#5E5FBD (or 0x5E5FBD) is known color: Rich Blue. HEX triplet: 5E, 5F and BD. RGB value is (94,95,189). Sum of RGB (Red+Green+Blue) = 94+95+189=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E5FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5FBD is #A1A042. Grayscale: #696969. Windows color (decimal): -10592323 or 12410718. OLE color: 12410718.
HSL color Cylindrical-coordinate representation of color #5E5FBD: hue angle of 239.37º degrees, saturation: 0.42, 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 #5E5FBD is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 95 | 189 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.26 |
| HSL | 239.37º | 0.42% | 0.55% | - |
| HSV(B) | 239.37º | 0.5% | 0.74% | - |
| XYZ | 17.89 | 14.24 | 49.95 | - |
| YUV | 105.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 189 | 0.50 | 0.50 | 0 | 0.26 | 239.37 | 0.42 | 0.55 |
| Hex | 5E | 5F | BD | 32 | 32 | 0 | 1A | EF | 2A | 37 |
| Octal | 136 | 137 | 275 | 62 | 62 | 0 | 32 | 357 | 52 | 67 |
| Binary | 1011110 | 1011111 | 10111101 | 110010 | 110010 | 0 | 11010 | 11101111 | 101010 | 110111 |
Color Harmonies of #5E5FBD
Complementary color
Monochromatic Colors of #5E5FBD
Black with #5E5FBD
Text Example
Text Example
White with #5E5FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5FBD; }
p { color: rgb(94,95,189); }
H1.HeaderClassName
{
color: #5E5FBD;
}
.AnyTagClassName
{
color: #5E5FBD;
}
</style>
background-color css
<style>
a { background-color: #5E5FBD; }
a { background-color: rgb(94,95,189); }
div.DivClassName
{
background-color: #5E5FBD;
}
.BgClassName
{
background-color: #5E5FBD;
}
</style>
border-color css
<style>
span { border-color: #5E5FBD; }
span { border-color: rgb(94,95,189); }
td.TdClassName
{
border-color: #5E5FBD;
}
.TagClassName
{
border-color: #5E5FBD;
}
</style>