Shades of Rich Blue #584DB9
Tints of Rich Blue #584DB9
RGB
CMYK
RGB Variations
Color information
#584DB9 (or 0x584DB9) is known color: Rich Blue. HEX triplet: 58, 4D and B9. RGB value is (88,77,185). Sum of RGB (Red+Green+Blue) = 88+77+185=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #584DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DB9 is #A7B246. Grayscale: #5C5C5C. Windows color (decimal): -10990151 or 12143960. OLE color: 12143960.
HSL color Cylindrical-coordinate representation of color #584DB9: hue angle of 246.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584DB9 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 77 | 185 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.27 |
| HSL | 246.11º | 0.44% | 0.51% | - |
| HSV(B) | 246.11º | 0.58% | 0.73% | - |
| XYZ | 15.44 | 10.89 | 47.19 | - |
| YUV | 92.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 185 | 0.52 | 0.58 | 0 | 0.27 | 246.11 | 0.44 | 0.51 |
| Hex | 58 | 4D | B9 | 34 | 3A | 0 | 1B | F6 | 2C | 33 |
| Octal | 130 | 115 | 271 | 64 | 72 | 0 | 33 | 366 | 54 | 63 |
| Binary | 1011000 | 1001101 | 10111001 | 110100 | 111010 | 0 | 11011 | 11110110 | 101100 | 110011 |
Color Harmonies of #584DB9
Complementary color
Monochromatic Colors of #584DB9
Black with #584DB9
Text Example
Text Example
White with #584DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DB9; }
p { color: rgb(88,77,185); }
H1.HeaderClassName
{
color: #584DB9;
}
.AnyTagClassName
{
color: #584DB9;
}
</style>
background-color css
<style>
a { background-color: #584DB9; }
a { background-color: rgb(88,77,185); }
div.DivClassName
{
background-color: #584DB9;
}
.BgClassName
{
background-color: #584DB9;
}
</style>
border-color css
<style>
span { border-color: #584DB9; }
span { border-color: rgb(88,77,185); }
td.TdClassName
{
border-color: #584DB9;
}
.TagClassName
{
border-color: #584DB9;
}
</style>