Shades of Rich Blue #5E5FBF
Tints of Rich Blue #5E5FBF
RGB
CMYK
RGB Variations
Color information
#5E5FBF (or 0x5E5FBF) is known color: Rich Blue. HEX triplet: 5E, 5F and BF. RGB value is (94,95,191). Sum of RGB (Red+Green+Blue) = 94+95+191=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E5FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5FBF is #A1A040. Grayscale: #696969. Windows color (decimal): -10592321 or 12541790. OLE color: 12541790.
HSL color Cylindrical-coordinate representation of color #5E5FBF: hue angle of 239.38º degrees, saturation: 0.43, 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 #5E5FBF is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 95 | 191 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.25 |
| HSL | 239.38º | 0.43% | 0.56% | - |
| HSV(B) | 239.38º | 0.51% | 0.75% | - |
| XYZ | 18.11 | 14.33 | 51.1 | - |
| YUV | 105.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 191 | 0.51 | 0.50 | 0 | 0.25 | 239.38 | 0.43 | 0.56 |
| Hex | 5E | 5F | BF | 33 | 32 | 0 | 19 | EF | 2B | 38 |
| Octal | 136 | 137 | 277 | 63 | 62 | 0 | 31 | 357 | 53 | 70 |
| Binary | 1011110 | 1011111 | 10111111 | 110011 | 110010 | 0 | 11001 | 11101111 | 101011 | 111000 |
Color Harmonies of #5E5FBF
Complementary color
Monochromatic Colors of #5E5FBF
Black with #5E5FBF
Text Example
Text Example
White with #5E5FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5FBF; }
p { color: rgb(94,95,191); }
H1.HeaderClassName
{
color: #5E5FBF;
}
.AnyTagClassName
{
color: #5E5FBF;
}
</style>
background-color css
<style>
a { background-color: #5E5FBF; }
a { background-color: rgb(94,95,191); }
div.DivClassName
{
background-color: #5E5FBF;
}
.BgClassName
{
background-color: #5E5FBF;
}
</style>
border-color css
<style>
span { border-color: #5E5FBF; }
span { border-color: rgb(94,95,191); }
td.TdClassName
{
border-color: #5E5FBF;
}
.TagClassName
{
border-color: #5E5FBF;
}
</style>