Shades of Rich Blue #5A62A9
Tints of Rich Blue #5A62A9
RGB
CMYK
RGB Variations
Color information
#5A62A9 (or 0x5A62A9) is known color: Rich Blue. HEX triplet: 5A, 62 and A9. RGB value is (90,98,169). Sum of RGB (Red+Green+Blue) = 90+98+169=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #5A62A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A62A9 is #A59D56. Grayscale: #676767. Windows color (decimal): -10853719 or 11100762. OLE color: 11100762.
HSL color Cylindrical-coordinate representation of color #5A62A9: hue angle of 233.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A62A9 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 98 | 169 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.34 |
| HSL | 233.92º | 0.31% | 0.51% | - |
| HSV(B) | 233.92º | 0.47% | 0.66% | - |
| XYZ | 15.75 | 13.77 | 39.36 | - |
| YUV | 103.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 169 | 0.47 | 0.42 | 0 | 0.34 | 233.92 | 0.31 | 0.51 |
| Hex | 5A | 62 | A9 | 2F | 2A | 0 | 22 | EA | 1F | 33 |
| Octal | 132 | 142 | 251 | 57 | 52 | 0 | 42 | 352 | 37 | 63 |
| Binary | 1011010 | 1100010 | 10101001 | 101111 | 101010 | 0 | 100010 | 11101010 | 11111 | 110011 |
Color Harmonies of #5A62A9
Complementary color
Monochromatic Colors of #5A62A9
Black with #5A62A9
Text Example
Text Example
White with #5A62A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A62A9; }
p { color: rgb(90,98,169); }
H1.HeaderClassName
{
color: #5A62A9;
}
.AnyTagClassName
{
color: #5A62A9;
}
</style>
background-color css
<style>
a { background-color: #5A62A9; }
a { background-color: rgb(90,98,169); }
div.DivClassName
{
background-color: #5A62A9;
}
.BgClassName
{
background-color: #5A62A9;
}
</style>
border-color css
<style>
span { border-color: #5A62A9; }
span { border-color: rgb(90,98,169); }
td.TdClassName
{
border-color: #5A62A9;
}
.TagClassName
{
border-color: #5A62A9;
}
</style>