Shades of Rich Blue #5A5AAF
Tints of Rich Blue #5A5AAF
RGB
CMYK
RGB Variations
Color information
#5A5AAF (or 0x5A5AAF) is known color: Rich Blue. HEX triplet: 5A, 5A and AF. RGB value is (90,90,175). Sum of RGB (Red+Green+Blue) = 90+90+175=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A5AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5AAF is #A5A550. Grayscale: #636363. Windows color (decimal): -10855761 or 11491930. OLE color: 11491930.
HSL color Cylindrical-coordinate representation of color #5A5AAF: hue angle of 240º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A5AAF is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 90 | 175 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.31 |
| HSL | 240º | 0.35% | 0.52% | - |
| HSV(B) | 240º | 0.49% | 0.69% | - |
| XYZ | 15.61 | 12.58 | 42.16 | - |
| YUV | 99.69 | 170.5 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 175 | 0.49 | 0.49 | 0 | 0.31 | 240 | 0.35 | 0.52 |
| Hex | 5A | 5A | AF | 31 | 31 | 0 | 1F | F0 | 23 | 34 |
| Octal | 132 | 132 | 257 | 61 | 61 | 0 | 37 | 360 | 43 | 64 |
| Binary | 1011010 | 1011010 | 10101111 | 110001 | 110001 | 0 | 11111 | 11110000 | 100011 | 110100 |
Color Harmonies of #5A5AAF
Complementary color
Monochromatic Colors of #5A5AAF
Black with #5A5AAF
Text Example
Text Example
White with #5A5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5AAF; }
p { color: rgb(90,90,175); }
H1.HeaderClassName
{
color: #5A5AAF;
}
.AnyTagClassName
{
color: #5A5AAF;
}
</style>
background-color css
<style>
a { background-color: #5A5AAF; }
a { background-color: rgb(90,90,175); }
div.DivClassName
{
background-color: #5A5AAF;
}
.BgClassName
{
background-color: #5A5AAF;
}
</style>
border-color css
<style>
span { border-color: #5A5AAF; }
span { border-color: rgb(90,90,175); }
td.TdClassName
{
border-color: #5A5AAF;
}
.TagClassName
{
border-color: #5A5AAF;
}
</style>