Shades of Rich Blue #5857BE
Tints of Rich Blue #5857BE
RGB
CMYK
RGB Variations
Color information
#5857BE (or 0x5857BE) is known color: Rich Blue. HEX triplet: 58, 57 and BE. RGB value is (88,87,190). Sum of RGB (Red+Green+Blue) = 88+87+190=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #5857BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857BE is #A7A841. Grayscale: #626262. Windows color (decimal): -10987586 or 12474200. OLE color: 12474200.
HSL color Cylindrical-coordinate representation of color #5857BE: hue angle of 240.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5857BE is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 87 | 190 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.25 |
| HSL | 240.58º | 0.44% | 0.54% | - |
| HSV(B) | 240.58º | 0.54% | 0.75% | - |
| XYZ | 16.73 | 12.61 | 50.27 | - |
| YUV | 99.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 190 | 0.54 | 0.54 | 0 | 0.25 | 240.58 | 0.44 | 0.54 |
| Hex | 58 | 57 | BE | 36 | 36 | 0 | 19 | F1 | 2C | 36 |
| Octal | 130 | 127 | 276 | 66 | 66 | 0 | 31 | 361 | 54 | 66 |
| Binary | 1011000 | 1010111 | 10111110 | 110110 | 110110 | 0 | 11001 | 11110001 | 101100 | 110110 |
Color Harmonies of #5857BE
Complementary color
Monochromatic Colors of #5857BE
Black with #5857BE
Text Example
Text Example
White with #5857BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5857BE; }
p { color: rgb(88,87,190); }
H1.HeaderClassName
{
color: #5857BE;
}
.AnyTagClassName
{
color: #5857BE;
}
</style>
background-color css
<style>
a { background-color: #5857BE; }
a { background-color: rgb(88,87,190); }
div.DivClassName
{
background-color: #5857BE;
}
.BgClassName
{
background-color: #5857BE;
}
</style>
border-color css
<style>
span { border-color: #5857BE; }
span { border-color: rgb(88,87,190); }
td.TdClassName
{
border-color: #5857BE;
}
.TagClassName
{
border-color: #5857BE;
}
</style>