Shades of Rich Blue #584ABA
Tints of Rich Blue #584ABA
RGB
CMYK
RGB Variations
Color information
#584ABA (or 0x584ABA) is known color: Rich Blue. HEX triplet: 58, 4A and BA. RGB value is (88,74,186). Sum of RGB (Red+Green+Blue) = 88+74+186=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #584ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ABA is #A7B545. Grayscale: #5A5A5A. Windows color (decimal): -10990918 or 12208728. OLE color: 12208728.
HSL color Cylindrical-coordinate representation of color #584ABA: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584ABA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 74 | 186 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.27 |
| HSL | 247.5º | 0.45% | 0.51% | - |
| HSV(B) | 247.5º | 0.6% | 0.73% | - |
| XYZ | 15.34 | 10.52 | 47.68 | - |
| YUV | 90.95 | 181.64 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 186 | 0.53 | 0.60 | 0 | 0.27 | 247.5 | 0.45 | 0.51 |
| Hex | 58 | 4A | BA | 35 | 3C | 0 | 1B | F8 | 2D | 33 |
| Octal | 130 | 112 | 272 | 65 | 74 | 0 | 33 | 370 | 55 | 63 |
| Binary | 1011000 | 1001010 | 10111010 | 110101 | 111100 | 0 | 11011 | 11111000 | 101101 | 110011 |
Color Harmonies of #584ABA
Complementary color
Monochromatic Colors of #584ABA
Black with #584ABA
Text Example
Text Example
White with #584ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584ABA; }
p { color: rgb(88,74,186); }
H1.HeaderClassName
{
color: #584ABA;
}
.AnyTagClassName
{
color: #584ABA;
}
</style>
background-color css
<style>
a { background-color: #584ABA; }
a { background-color: rgb(88,74,186); }
div.DivClassName
{
background-color: #584ABA;
}
.BgClassName
{
background-color: #584ABA;
}
</style>
border-color css
<style>
span { border-color: #584ABA; }
span { border-color: rgb(88,74,186); }
td.TdClassName
{
border-color: #584ABA;
}
.TagClassName
{
border-color: #584ABA;
}
</style>