Shades of Rich Blue #5A59A4
Tints of Rich Blue #5A59A4
RGB
CMYK
RGB Variations
Color information
#5A59A4 (or 0x5A59A4) is known color: Rich Blue. HEX triplet: 5A, 59 and A4. RGB value is (90,89,164). Sum of RGB (Red+Green+Blue) = 90+89+164=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A59A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A59A4 is #A5A65B. Grayscale: #616161. Windows color (decimal): -10856028 or 10770778. OLE color: 10770778.
HSL color Cylindrical-coordinate representation of color #5A59A4: hue angle of 240.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A59A4 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 89 | 164 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.36 |
| HSL | 240.8º | 0.3% | 0.5% | - |
| HSV(B) | 240.8º | 0.46% | 0.64% | - |
| XYZ | 14.49 | 12 | 36.67 | - |
| YUV | 97.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 164 | 0.45 | 0.46 | 0 | 0.36 | 240.8 | 0.3 | 0.5 |
| Hex | 5A | 59 | A4 | 2D | 2E | 0 | 24 | F1 | 1E | 32 |
| Octal | 132 | 131 | 244 | 55 | 56 | 0 | 44 | 361 | 36 | 62 |
| Binary | 1011010 | 1011001 | 10100100 | 101101 | 101110 | 0 | 100100 | 11110001 | 11110 | 110010 |
Color Harmonies of #5A59A4
Complementary color
Monochromatic Colors of #5A59A4
Black with #5A59A4
Text Example
Text Example
White with #5A59A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A59A4; }
p { color: rgb(90,89,164); }
H1.HeaderClassName
{
color: #5A59A4;
}
.AnyTagClassName
{
color: #5A59A4;
}
</style>
background-color css
<style>
a { background-color: #5A59A4; }
a { background-color: rgb(90,89,164); }
div.DivClassName
{
background-color: #5A59A4;
}
.BgClassName
{
background-color: #5A59A4;
}
</style>
border-color css
<style>
span { border-color: #5A59A4; }
span { border-color: rgb(90,89,164); }
td.TdClassName
{
border-color: #5A59A4;
}
.TagClassName
{
border-color: #5A59A4;
}
</style>