Shades of Rich Blue #585ABA
Tints of Rich Blue #585ABA
RGB
CMYK
RGB Variations
Color information
#585ABA (or 0x585ABA) is known color: Rich Blue. HEX triplet: 58, 5A and BA. RGB value is (88,90,186). Sum of RGB (Red+Green+Blue) = 88+90+186=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #585ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ABA is #A7A545. Grayscale: #636363. Windows color (decimal): -10986822 or 12212824. OLE color: 12212824.
HSL color Cylindrical-coordinate representation of color #585ABA: hue angle of 238.78º 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 #585ABA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 90 | 186 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.27 |
| HSL | 238.78º | 0.42% | 0.54% | - |
| HSV(B) | 238.78º | 0.53% | 0.73% | - |
| XYZ | 16.54 | 12.93 | 48.08 | - |
| YUV | 100.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 186 | 0.53 | 0.52 | 0 | 0.27 | 238.78 | 0.42 | 0.54 |
| Hex | 58 | 5A | BA | 35 | 34 | 0 | 1B | EF | 2A | 36 |
| Octal | 130 | 132 | 272 | 65 | 64 | 0 | 33 | 357 | 52 | 66 |
| Binary | 1011000 | 1011010 | 10111010 | 110101 | 110100 | 0 | 11011 | 11101111 | 101010 | 110110 |
Color Harmonies of #585ABA
Complementary color
Monochromatic Colors of #585ABA
Black with #585ABA
Text Example
Text Example
White with #585ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585ABA; }
p { color: rgb(88,90,186); }
H1.HeaderClassName
{
color: #585ABA;
}
.AnyTagClassName
{
color: #585ABA;
}
</style>
background-color css
<style>
a { background-color: #585ABA; }
a { background-color: rgb(88,90,186); }
div.DivClassName
{
background-color: #585ABA;
}
.BgClassName
{
background-color: #585ABA;
}
</style>
border-color css
<style>
span { border-color: #585ABA; }
span { border-color: rgb(88,90,186); }
td.TdClassName
{
border-color: #585ABA;
}
.TagClassName
{
border-color: #585ABA;
}
</style>