Shades of Rich Blue #584ABD
Tints of Rich Blue #584ABD
RGB
CMYK
RGB Variations
Color information
#584ABD (or 0x584ABD) is known color: Rich Blue. HEX triplet: 58, 4A and BD. RGB value is (88,74,189). Sum of RGB (Red+Green+Blue) = 88+74+189=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #584ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ABD is #A7B542. Grayscale: #5A5A5A. Windows color (decimal): -10990915 or 12405336. OLE color: 12405336.
HSL color Cylindrical-coordinate representation of color #584ABD: hue angle of 247.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584ABD is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 74 | 189 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.26 |
| HSL | 247.3º | 0.47% | 0.52% | - |
| HSV(B) | 247.3º | 0.61% | 0.74% | - |
| XYZ | 15.66 | 10.65 | 49.37 | - |
| YUV | 91.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 189 | 0.53 | 0.61 | 0 | 0.26 | 247.3 | 0.47 | 0.52 |
| Hex | 58 | 4A | BD | 35 | 3D | 0 | 1A | F7 | 2F | 34 |
| Octal | 130 | 112 | 275 | 65 | 75 | 0 | 32 | 367 | 57 | 64 |
| Binary | 1011000 | 1001010 | 10111101 | 110101 | 111101 | 0 | 11010 | 11110111 | 101111 | 110100 |
Color Harmonies of #584ABD
Complementary color
Monochromatic Colors of #584ABD
Black with #584ABD
Text Example
Text Example
White with #584ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584ABD; }
p { color: rgb(88,74,189); }
H1.HeaderClassName
{
color: #584ABD;
}
.AnyTagClassName
{
color: #584ABD;
}
</style>
background-color css
<style>
a { background-color: #584ABD; }
a { background-color: rgb(88,74,189); }
div.DivClassName
{
background-color: #584ABD;
}
.BgClassName
{
background-color: #584ABD;
}
</style>
border-color css
<style>
span { border-color: #584ABD; }
span { border-color: rgb(88,74,189); }
td.TdClassName
{
border-color: #584ABD;
}
.TagClassName
{
border-color: #584ABD;
}
</style>