Shades of Rich Blue #584BBA
Tints of Rich Blue #584BBA
RGB
CMYK
RGB Variations
Color information
#584BBA (or 0x584BBA) is known color: Rich Blue. HEX triplet: 58, 4B and BA. RGB value is (88,75,186). Sum of RGB (Red+Green+Blue) = 88+75+186=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #584BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BBA is #A7B445. Grayscale: #5B5B5B. Windows color (decimal): -10990662 or 12208984. OLE color: 12208984.
HSL color Cylindrical-coordinate representation of color #584BBA: hue angle of 247.03º 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 #584BBA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 75 | 186 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.27 |
| HSL | 247.03º | 0.45% | 0.51% | - |
| HSV(B) | 247.03º | 0.6% | 0.73% | - |
| XYZ | 15.4 | 10.65 | 47.7 | - |
| YUV | 91.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 186 | 0.53 | 0.60 | 0 | 0.27 | 247.03 | 0.45 | 0.51 |
| Hex | 58 | 4B | BA | 35 | 3C | 0 | 1B | F7 | 2D | 33 |
| Octal | 130 | 113 | 272 | 65 | 74 | 0 | 33 | 367 | 55 | 63 |
| Binary | 1011000 | 1001011 | 10111010 | 110101 | 111100 | 0 | 11011 | 11110111 | 101101 | 110011 |
Color Harmonies of #584BBA
Complementary color
Monochromatic Colors of #584BBA
Black with #584BBA
Text Example
Text Example
White with #584BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584BBA; }
p { color: rgb(88,75,186); }
H1.HeaderClassName
{
color: #584BBA;
}
.AnyTagClassName
{
color: #584BBA;
}
</style>
background-color css
<style>
a { background-color: #584BBA; }
a { background-color: rgb(88,75,186); }
div.DivClassName
{
background-color: #584BBA;
}
.BgClassName
{
background-color: #584BBA;
}
</style>
border-color css
<style>
span { border-color: #584BBA; }
span { border-color: rgb(88,75,186); }
td.TdClassName
{
border-color: #584BBA;
}
.TagClassName
{
border-color: #584BBA;
}
</style>