Shades of Rich Blue #5A52A9
Tints of Rich Blue #5A52A9
RGB
CMYK
RGB Variations
Color information
#5A52A9 (or 0x5A52A9) is known color: Rich Blue. HEX triplet: 5A, 52 and A9. RGB value is (90,82,169). Sum of RGB (Red+Green+Blue) = 90+82+169=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #5A52A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A52A9 is #A5AD56. Grayscale: #5D5D5D. Windows color (decimal): -10857815 or 11096666. OLE color: 11096666.
HSL color Cylindrical-coordinate representation of color #5A52A9: hue angle of 245.52º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A52A9 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 82 | 169 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.34 |
| HSL | 245.52º | 0.35% | 0.49% | - |
| HSV(B) | 245.52º | 0.51% | 0.66% | - |
| XYZ | 14.4 | 11.07 | 38.91 | - |
| YUV | 94.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 169 | 0.47 | 0.51 | 0 | 0.34 | 245.52 | 0.35 | 0.49 |
| Hex | 5A | 52 | A9 | 2F | 33 | 0 | 22 | F6 | 23 | 31 |
| Octal | 132 | 122 | 251 | 57 | 63 | 0 | 42 | 366 | 43 | 61 |
| Binary | 1011010 | 1010010 | 10101001 | 101111 | 110011 | 0 | 100010 | 11110110 | 100011 | 110001 |
Color Harmonies of #5A52A9
Complementary color
Monochromatic Colors of #5A52A9
Black with #5A52A9
Text Example
Text Example
White with #5A52A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A52A9; }
p { color: rgb(90,82,169); }
H1.HeaderClassName
{
color: #5A52A9;
}
.AnyTagClassName
{
color: #5A52A9;
}
</style>
background-color css
<style>
a { background-color: #5A52A9; }
a { background-color: rgb(90,82,169); }
div.DivClassName
{
background-color: #5A52A9;
}
.BgClassName
{
background-color: #5A52A9;
}
</style>
border-color css
<style>
span { border-color: #5A52A9; }
span { border-color: rgb(90,82,169); }
td.TdClassName
{
border-color: #5A52A9;
}
.TagClassName
{
border-color: #5A52A9;
}
</style>