Shades of Rich Blue #585EBA
Tints of Rich Blue #585EBA
RGB
CMYK
RGB Variations
Color information
#585EBA (or 0x585EBA) is known color: Rich Blue. HEX triplet: 58, 5E and BA. RGB value is (88,94,186). Sum of RGB (Red+Green+Blue) = 88+94+186=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #585EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EBA is #A7A145. Grayscale: #666666. Windows color (decimal): -10985798 or 12213848. OLE color: 12213848.
HSL color Cylindrical-coordinate representation of color #585EBA: hue angle of 236.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585EBA is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 94 | 186 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.27 |
| HSL | 236.33º | 0.42% | 0.54% | - |
| HSV(B) | 236.33º | 0.53% | 0.73% | - |
| XYZ | 16.89 | 13.63 | 48.19 | - |
| YUV | 102.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 186 | 0.53 | 0.49 | 0 | 0.27 | 236.33 | 0.42 | 0.54 |
| Hex | 58 | 5E | BA | 35 | 31 | 0 | 1B | EC | 2A | 36 |
| Octal | 130 | 136 | 272 | 65 | 61 | 0 | 33 | 354 | 52 | 66 |
| Binary | 1011000 | 1011110 | 10111010 | 110101 | 110001 | 0 | 11011 | 11101100 | 101010 | 110110 |
Color Harmonies of #585EBA
Complementary color
Monochromatic Colors of #585EBA
Black with #585EBA
Text Example
Text Example
White with #585EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585EBA; }
p { color: rgb(88,94,186); }
H1.HeaderClassName
{
color: #585EBA;
}
.AnyTagClassName
{
color: #585EBA;
}
</style>
background-color css
<style>
a { background-color: #585EBA; }
a { background-color: rgb(88,94,186); }
div.DivClassName
{
background-color: #585EBA;
}
.BgClassName
{
background-color: #585EBA;
}
</style>
border-color css
<style>
span { border-color: #585EBA; }
span { border-color: rgb(88,94,186); }
td.TdClassName
{
border-color: #585EBA;
}
.TagClassName
{
border-color: #585EBA;
}
</style>