Shades of Rich Blue #5855BE
Tints of Rich Blue #5855BE
RGB
CMYK
RGB Variations
Color information
#5855BE (or 0x5855BE) is known color: Rich Blue. HEX triplet: 58, 55 and BE. RGB value is (88,85,190). Sum of RGB (Red+Green+Blue) = 88+85+190=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #5855BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855BE is #A7AA41. Grayscale: #616161. Windows color (decimal): -10988098 or 12473688. OLE color: 12473688.
HSL color Cylindrical-coordinate representation of color #5855BE: hue angle of 241.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5855BE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 85 | 190 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.25 |
| HSL | 241.71º | 0.45% | 0.54% | - |
| HSV(B) | 241.71º | 0.55% | 0.75% | - |
| XYZ | 16.57 | 12.29 | 50.21 | - |
| YUV | 97.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 190 | 0.54 | 0.55 | 0 | 0.25 | 241.71 | 0.45 | 0.54 |
| Hex | 58 | 55 | BE | 36 | 37 | 0 | 19 | F2 | 2D | 36 |
| Octal | 130 | 125 | 276 | 66 | 67 | 0 | 31 | 362 | 55 | 66 |
| Binary | 1011000 | 1010101 | 10111110 | 110110 | 110111 | 0 | 11001 | 11110010 | 101101 | 110110 |
Color Harmonies of #5855BE
Complementary color
Monochromatic Colors of #5855BE
Black with #5855BE
Text Example
Text Example
White with #5855BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855BE; }
p { color: rgb(88,85,190); }
H1.HeaderClassName
{
color: #5855BE;
}
.AnyTagClassName
{
color: #5855BE;
}
</style>
background-color css
<style>
a { background-color: #5855BE; }
a { background-color: rgb(88,85,190); }
div.DivClassName
{
background-color: #5855BE;
}
.BgClassName
{
background-color: #5855BE;
}
</style>
border-color css
<style>
span { border-color: #5855BE; }
span { border-color: rgb(88,85,190); }
td.TdClassName
{
border-color: #5855BE;
}
.TagClassName
{
border-color: #5855BE;
}
</style>