Shades of Rich Blue #584DAC
Tints of Rich Blue #584DAC
RGB
CMYK
RGB Variations
Color information
#584DAC (or 0x584DAC) is known color: Rich Blue. HEX triplet: 58, 4D and AC. RGB value is (88,77,172). Sum of RGB (Red+Green+Blue) = 88+77+172=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #584DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DAC is #A7B253. Grayscale: #5A5A5A. Windows color (decimal): -10990164 or 11291992. OLE color: 11291992.
HSL color Cylindrical-coordinate representation of color #584DAC: hue angle of 246.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #584DAC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 77 | 172 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.33 |
| HSL | 246.95º | 0.38% | 0.49% | - |
| HSV(B) | 246.95º | 0.55% | 0.67% | - |
| XYZ | 14.12 | 10.36 | 40.29 | - |
| YUV | 91.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 172 | 0.49 | 0.55 | 0 | 0.33 | 246.95 | 0.38 | 0.49 |
| Hex | 58 | 4D | AC | 31 | 37 | 0 | 21 | F7 | 26 | 31 |
| Octal | 130 | 115 | 254 | 61 | 67 | 0 | 41 | 367 | 46 | 61 |
| Binary | 1011000 | 1001101 | 10101100 | 110001 | 110111 | 0 | 100001 | 11110111 | 100110 | 110001 |
Color Harmonies of #584DAC
Complementary color
Monochromatic Colors of #584DAC
Black with #584DAC
Text Example
Text Example
White with #584DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DAC; }
p { color: rgb(88,77,172); }
H1.HeaderClassName
{
color: #584DAC;
}
.AnyTagClassName
{
color: #584DAC;
}
</style>
background-color css
<style>
a { background-color: #584DAC; }
a { background-color: rgb(88,77,172); }
div.DivClassName
{
background-color: #584DAC;
}
.BgClassName
{
background-color: #584DAC;
}
</style>
border-color css
<style>
span { border-color: #584DAC; }
span { border-color: rgb(88,77,172); }
td.TdClassName
{
border-color: #584DAC;
}
.TagClassName
{
border-color: #584DAC;
}
</style>