Shades of Rich Blue #5A60AE
Tints of Rich Blue #5A60AE
RGB
CMYK
RGB Variations
Color information
#5A60AE (or 0x5A60AE) is known color: Rich Blue. HEX triplet: 5A, 60 and AE. RGB value is (90,96,174). Sum of RGB (Red+Green+Blue) = 90+96+174=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A60AE is #A59F51. Grayscale: #666666. Windows color (decimal): -10854226 or 11427930. OLE color: 11427930.
HSL color Cylindrical-coordinate representation of color #5A60AE: hue angle of 235.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A60AE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 96 | 174 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.32 |
| HSL | 235.71º | 0.34% | 0.52% | - |
| HSV(B) | 235.71º | 0.48% | 0.68% | - |
| XYZ | 16.04 | 13.6 | 41.82 | - |
| YUV | 103.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 174 | 0.48 | 0.45 | 0 | 0.32 | 235.71 | 0.34 | 0.52 |
| Hex | 5A | 60 | AE | 30 | 2D | 0 | 20 | EC | 22 | 34 |
| Octal | 132 | 140 | 256 | 60 | 55 | 0 | 40 | 354 | 42 | 64 |
| Binary | 1011010 | 1100000 | 10101110 | 110000 | 101101 | 0 | 100000 | 11101100 | 100010 | 110100 |
Color Harmonies of #5A60AE
Complementary color
Monochromatic Colors of #5A60AE
Black with #5A60AE
Text Example
Text Example
White with #5A60AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A60AE; }
p { color: rgb(90,96,174); }
H1.HeaderClassName
{
color: #5A60AE;
}
.AnyTagClassName
{
color: #5A60AE;
}
</style>
background-color css
<style>
a { background-color: #5A60AE; }
a { background-color: rgb(90,96,174); }
div.DivClassName
{
background-color: #5A60AE;
}
.BgClassName
{
background-color: #5A60AE;
}
</style>
border-color css
<style>
span { border-color: #5A60AE; }
span { border-color: rgb(90,96,174); }
td.TdClassName
{
border-color: #5A60AE;
}
.TagClassName
{
border-color: #5A60AE;
}
</style>