Shades of Rich Blue #5A65AA
Tints of Rich Blue #5A65AA
RGB
CMYK
RGB Variations
Color information
#5A65AA (or 0x5A65AA) is known color: Rich Blue. HEX triplet: 5A, 65 and AA. RGB value is (90,101,170). Sum of RGB (Red+Green+Blue) = 90+101+170=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A65AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A65AA is #A59A55. Grayscale: #696969. Windows color (decimal): -10852950 or 11167066. OLE color: 11167066.
HSL color Cylindrical-coordinate representation of color #5A65AA: hue angle of 231.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A65AA is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 101 | 170 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.33 |
| HSL | 231.75º | 0.32% | 0.51% | - |
| HSV(B) | 231.75º | 0.47% | 0.67% | - |
| XYZ | 16.13 | 14.38 | 39.96 | - |
| YUV | 105.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 170 | 0.47 | 0.41 | 0 | 0.33 | 231.75 | 0.32 | 0.51 |
| Hex | 5A | 65 | AA | 2F | 29 | 0 | 21 | E8 | 20 | 33 |
| Octal | 132 | 145 | 252 | 57 | 51 | 0 | 41 | 350 | 40 | 63 |
| Binary | 1011010 | 1100101 | 10101010 | 101111 | 101001 | 0 | 100001 | 11101000 | 100000 | 110011 |
Color Harmonies of #5A65AA
Complementary color
Monochromatic Colors of #5A65AA
Black with #5A65AA
Text Example
Text Example
White with #5A65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A65AA; }
p { color: rgb(90,101,170); }
H1.HeaderClassName
{
color: #5A65AA;
}
.AnyTagClassName
{
color: #5A65AA;
}
</style>
background-color css
<style>
a { background-color: #5A65AA; }
a { background-color: rgb(90,101,170); }
div.DivClassName
{
background-color: #5A65AA;
}
.BgClassName
{
background-color: #5A65AA;
}
</style>
border-color css
<style>
span { border-color: #5A65AA; }
span { border-color: rgb(90,101,170); }
td.TdClassName
{
border-color: #5A65AA;
}
.TagClassName
{
border-color: #5A65AA;
}
</style>