Shades of Rich Blue #5E5FA8
Tints of Rich Blue #5E5FA8
RGB
CMYK
RGB Variations
Color information
#5E5FA8 (or 0x5E5FA8) is known color: Rich Blue. HEX triplet: 5E, 5F and A8. RGB value is (94,95,168). Sum of RGB (Red+Green+Blue) = 94+95+168=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #5E5FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5FA8 is #A1A057. Grayscale: #666666. Windows color (decimal): -10592344 or 11034462. OLE color: 11034462.
HSL color Cylindrical-coordinate representation of color #5E5FA8: hue angle of 239.19º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E5FA8 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 95 | 168 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.34 |
| HSL | 239.19º | 0.3% | 0.51% | - |
| HSV(B) | 239.19º | 0.44% | 0.66% | - |
| XYZ | 15.78 | 13.39 | 38.8 | - |
| YUV | 103.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 168 | 0.44 | 0.43 | 0 | 0.34 | 239.19 | 0.3 | 0.51 |
| Hex | 5E | 5F | A8 | 2C | 2B | 0 | 22 | EF | 1E | 33 |
| Octal | 136 | 137 | 250 | 54 | 53 | 0 | 42 | 357 | 36 | 63 |
| Binary | 1011110 | 1011111 | 10101000 | 101100 | 101011 | 0 | 100010 | 11101111 | 11110 | 110011 |
Color Harmonies of #5E5FA8
Complementary color
Monochromatic Colors of #5E5FA8
Black with #5E5FA8
Text Example
Text Example
White with #5E5FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5FA8; }
p { color: rgb(94,95,168); }
H1.HeaderClassName
{
color: #5E5FA8;
}
.AnyTagClassName
{
color: #5E5FA8;
}
</style>
background-color css
<style>
a { background-color: #5E5FA8; }
a { background-color: rgb(94,95,168); }
div.DivClassName
{
background-color: #5E5FA8;
}
.BgClassName
{
background-color: #5E5FA8;
}
</style>
border-color css
<style>
span { border-color: #5E5FA8; }
span { border-color: rgb(94,95,168); }
td.TdClassName
{
border-color: #5E5FA8;
}
.TagClassName
{
border-color: #5E5FA8;
}
</style>