Shades of Rich Blue #585AA4
Tints of Rich Blue #585AA4
RGB
CMYK
RGB Variations
Color information
#585AA4 (or 0x585AA4) is known color: Rich Blue. HEX triplet: 58, 5A and A4. RGB value is (88,90,164). Sum of RGB (Red+Green+Blue) = 88+90+164=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #585AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AA4 is #A7A55B. Grayscale: #616161. Windows color (decimal): -10986844 or 10771032. OLE color: 10771032.
HSL color Cylindrical-coordinate representation of color #585AA4: hue angle of 238.42º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #585AA4 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 90 | 164 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.36 |
| HSL | 238.42º | 0.3% | 0.49% | - |
| HSV(B) | 238.42º | 0.46% | 0.64% | - |
| XYZ | 14.38 | 12.07 | 36.69 | - |
| YUV | 97.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 164 | 0.46 | 0.45 | 0 | 0.36 | 238.42 | 0.3 | 0.49 |
| Hex | 58 | 5A | A4 | 2E | 2D | 0 | 24 | EE | 1E | 31 |
| Octal | 130 | 132 | 244 | 56 | 55 | 0 | 44 | 356 | 36 | 61 |
| Binary | 1011000 | 1011010 | 10100100 | 101110 | 101101 | 0 | 100100 | 11101110 | 11110 | 110001 |
Color Harmonies of #585AA4
Complementary color
Monochromatic Colors of #585AA4
Black with #585AA4
Text Example
Text Example
White with #585AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585AA4; }
p { color: rgb(88,90,164); }
H1.HeaderClassName
{
color: #585AA4;
}
.AnyTagClassName
{
color: #585AA4;
}
</style>
background-color css
<style>
a { background-color: #585AA4; }
a { background-color: rgb(88,90,164); }
div.DivClassName
{
background-color: #585AA4;
}
.BgClassName
{
background-color: #585AA4;
}
</style>
border-color css
<style>
span { border-color: #585AA4; }
span { border-color: rgb(88,90,164); }
td.TdClassName
{
border-color: #585AA4;
}
.TagClassName
{
border-color: #585AA4;
}
</style>