Shades of Rich Blue #584DAA
Tints of Rich Blue #584DAA
RGB
CMYK
RGB Variations
Color information
#584DAA (or 0x584DAA) is known color: Rich Blue. HEX triplet: 58, 4D and AA. RGB value is (88,77,170). Sum of RGB (Red+Green+Blue) = 88+77+170=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #584DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DAA is #A7B255. Grayscale: #5A5A5A. Windows color (decimal): -10990166 or 11160920. OLE color: 11160920.
HSL color Cylindrical-coordinate representation of color #584DAA: hue angle of 247.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #584DAA is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 77 | 170 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.33 |
| HSL | 247.1º | 0.38% | 0.48% | - |
| HSV(B) | 247.1º | 0.55% | 0.67% | - |
| XYZ | 13.93 | 10.28 | 39.28 | - |
| YUV | 90.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 170 | 0.48 | 0.55 | 0 | 0.33 | 247.1 | 0.38 | 0.48 |
| Hex | 58 | 4D | AA | 30 | 37 | 0 | 21 | F7 | 26 | 30 |
| Octal | 130 | 115 | 252 | 60 | 67 | 0 | 41 | 367 | 46 | 60 |
| Binary | 1011000 | 1001101 | 10101010 | 110000 | 110111 | 0 | 100001 | 11110111 | 100110 | 110000 |
Color Harmonies of #584DAA
Complementary color
Monochromatic Colors of #584DAA
Black with #584DAA
Text Example
Text Example
White with #584DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DAA; }
p { color: rgb(88,77,170); }
H1.HeaderClassName
{
color: #584DAA;
}
.AnyTagClassName
{
color: #584DAA;
}
</style>
background-color css
<style>
a { background-color: #584DAA; }
a { background-color: rgb(88,77,170); }
div.DivClassName
{
background-color: #584DAA;
}
.BgClassName
{
background-color: #584DAA;
}
</style>
border-color css
<style>
span { border-color: #584DAA; }
span { border-color: rgb(88,77,170); }
td.TdClassName
{
border-color: #584DAA;
}
.TagClassName
{
border-color: #584DAA;
}
</style>