Shades of Rich Blue #584AB4
Tints of Rich Blue #584AB4
RGB
CMYK
RGB Variations
Color information
#584AB4 (or 0x584AB4) is known color: Rich Blue. HEX triplet: 58, 4A and B4. RGB value is (88,74,180). Sum of RGB (Red+Green+Blue) = 88+74+180=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #584AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584AB4 is #A7B54B. Grayscale: #595959. Windows color (decimal): -10990924 or 11815512. OLE color: 11815512.
HSL color Cylindrical-coordinate representation of color #584AB4: hue angle of 247.92º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #584AB4 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 74 | 180 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.29 |
| HSL | 247.92º | 0.42% | 0.5% | - |
| HSV(B) | 247.92º | 0.59% | 0.71% | - |
| XYZ | 14.71 | 10.27 | 44.39 | - |
| YUV | 90.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 180 | 0.51 | 0.59 | 0 | 0.29 | 247.92 | 0.42 | 0.5 |
| Hex | 58 | 4A | B4 | 33 | 3B | 0 | 1D | F8 | 2A | 32 |
| Octal | 130 | 112 | 264 | 63 | 73 | 0 | 35 | 370 | 52 | 62 |
| Binary | 1011000 | 1001010 | 10110100 | 110011 | 111011 | 0 | 11101 | 11111000 | 101010 | 110010 |
Color Harmonies of #584AB4
Complementary color
Monochromatic Colors of #584AB4
Black with #584AB4
Text Example
Text Example
White with #584AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584AB4; }
p { color: rgb(88,74,180); }
H1.HeaderClassName
{
color: #584AB4;
}
.AnyTagClassName
{
color: #584AB4;
}
</style>
background-color css
<style>
a { background-color: #584AB4; }
a { background-color: rgb(88,74,180); }
div.DivClassName
{
background-color: #584AB4;
}
.BgClassName
{
background-color: #584AB4;
}
</style>
border-color css
<style>
span { border-color: #584AB4; }
span { border-color: rgb(88,74,180); }
td.TdClassName
{
border-color: #584AB4;
}
.TagClassName
{
border-color: #584AB4;
}
</style>