Shades of Rich Blue #5E5FBE
Tints of Rich Blue #5E5FBE
RGB
CMYK
RGB Variations
Color information
#5E5FBE (or 0x5E5FBE) is known color: Rich Blue. HEX triplet: 5E, 5F and BE. RGB value is (94,95,190). Sum of RGB (Red+Green+Blue) = 94+95+190=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5FBE is #A1A041. Grayscale: #696969. Windows color (decimal): -10592322 or 12476254. OLE color: 12476254.
HSL color Cylindrical-coordinate representation of color #5E5FBE: hue angle of 239.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5FBE is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 95 | 190 | - |
| CMYK | 0.51 | 0.5 | 0 | 0.25 |
| HSL | 239.38º | 0.42% | 0.56% | - |
| HSV(B) | 239.38º | 0.51% | 0.75% | - |
| XYZ | 18 | 14.28 | 50.52 | - |
| YUV | 105.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 190 | 0.51 | 0.5 | 0 | 0.25 | 239.38 | 0.42 | 0.56 |
| Hex | 5E | 5F | BE | 33 | 32 | 0 | 19 | EF | 2A | 38 |
| Octal | 136 | 137 | 276 | 63 | 62 | 0 | 31 | 357 | 52 | 70 |
| Binary | 1011110 | 1011111 | 10111110 | 110011 | 110010 | 0 | 11001 | 11101111 | 101010 | 111000 |
Color Harmonies of #5E5FBE
Complementary color
Monochromatic Colors of #5E5FBE
Black with #5E5FBE
Text Example
Text Example
White with #5E5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5FBE; }
p { color: rgb(94,95,190); }
H1.HeaderClassName
{
color: #5E5FBE;
}
.AnyTagClassName
{
color: #5E5FBE;
}
</style>
background-color css
<style>
a { background-color: #5E5FBE; }
a { background-color: rgb(94,95,190); }
div.DivClassName
{
background-color: #5E5FBE;
}
.BgClassName
{
background-color: #5E5FBE;
}
</style>
border-color css
<style>
span { border-color: #5E5FBE; }
span { border-color: rgb(94,95,190); }
td.TdClassName
{
border-color: #5E5FBE;
}
.TagClassName
{
border-color: #5E5FBE;
}
</style>