Shades of Rich Blue #5857BD
Tints of Rich Blue #5857BD
RGB
CMYK
RGB Variations
Color information
#5857BD (or 0x5857BD) is known color: Rich Blue. HEX triplet: 58, 57 and BD. RGB value is (88,87,189). Sum of RGB (Red+Green+Blue) = 88+87+189=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #5857BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857BD is #A7A842. Grayscale: #626262. Windows color (decimal): -10987587 or 12408664. OLE color: 12408664.
HSL color Cylindrical-coordinate representation of color #5857BD: hue angle of 240.59º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5857BD is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 87 | 189 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.26 |
| HSL | 240.59º | 0.44% | 0.54% | - |
| HSV(B) | 240.59º | 0.54% | 0.74% | - |
| XYZ | 16.62 | 12.57 | 49.69 | - |
| YUV | 98.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 189 | 0.53 | 0.54 | 0 | 0.26 | 240.59 | 0.44 | 0.54 |
| Hex | 58 | 57 | BD | 35 | 36 | 0 | 1A | F1 | 2C | 36 |
| Octal | 130 | 127 | 275 | 65 | 66 | 0 | 32 | 361 | 54 | 66 |
| Binary | 1011000 | 1010111 | 10111101 | 110101 | 110110 | 0 | 11010 | 11110001 | 101100 | 110110 |
Color Harmonies of #5857BD
Complementary color
Monochromatic Colors of #5857BD
Black with #5857BD
Text Example
Text Example
White with #5857BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5857BD; }
p { color: rgb(88,87,189); }
H1.HeaderClassName
{
color: #5857BD;
}
.AnyTagClassName
{
color: #5857BD;
}
</style>
background-color css
<style>
a { background-color: #5857BD; }
a { background-color: rgb(88,87,189); }
div.DivClassName
{
background-color: #5857BD;
}
.BgClassName
{
background-color: #5857BD;
}
</style>
border-color css
<style>
span { border-color: #5857BD; }
span { border-color: rgb(88,87,189); }
td.TdClassName
{
border-color: #5857BD;
}
.TagClassName
{
border-color: #5857BD;
}
</style>