Shades of Rich Blue #5E57AF
Tints of Rich Blue #5E57AF
RGB
CMYK
RGB Variations
Color information
#5E57AF (or 0x5E57AF) is known color: Rich Blue. HEX triplet: 5E, 57 and AF. RGB value is (94,87,175). Sum of RGB (Red+Green+Blue) = 94+87+175=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E57AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E57AF is #A1A850. Grayscale: #626262. Windows color (decimal): -10594385 or 11491166. OLE color: 11491166.
HSL color Cylindrical-coordinate representation of color #5E57AF: hue angle of 244.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E57AF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 87 | 175 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.31 |
| HSL | 244.77º | 0.35% | 0.51% | - |
| HSV(B) | 244.77º | 0.5% | 0.69% | - |
| XYZ | 15.76 | 12.29 | 42.1 | - |
| YUV | 99.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 175 | 0.46 | 0.50 | 0 | 0.31 | 244.77 | 0.35 | 0.51 |
| Hex | 5E | 57 | AF | 2E | 32 | 0 | 1F | F5 | 23 | 33 |
| Octal | 136 | 127 | 257 | 56 | 62 | 0 | 37 | 365 | 43 | 63 |
| Binary | 1011110 | 1010111 | 10101111 | 101110 | 110010 | 0 | 11111 | 11110101 | 100011 | 110011 |
Color Harmonies of #5E57AF
Complementary color
Monochromatic Colors of #5E57AF
Black with #5E57AF
Text Example
Text Example
White with #5E57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57AF; }
p { color: rgb(94,87,175); }
H1.HeaderClassName
{
color: #5E57AF;
}
.AnyTagClassName
{
color: #5E57AF;
}
</style>
background-color css
<style>
a { background-color: #5E57AF; }
a { background-color: rgb(94,87,175); }
div.DivClassName
{
background-color: #5E57AF;
}
.BgClassName
{
background-color: #5E57AF;
}
</style>
border-color css
<style>
span { border-color: #5E57AF; }
span { border-color: rgb(94,87,175); }
td.TdClassName
{
border-color: #5E57AF;
}
.TagClassName
{
border-color: #5E57AF;
}
</style>