Shades of Rich Blue #5A65AB
Tints of Rich Blue #5A65AB
RGB
CMYK
RGB Variations
Color information
#5A65AB (or 0x5A65AB) is known color: Rich Blue. HEX triplet: 5A, 65 and AB. RGB value is (90,101,171). Sum of RGB (Red+Green+Blue) = 90+101+171=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A65AB is #A59A54. Grayscale: #696969. Windows color (decimal): -10852949 or 11232602. OLE color: 11232602.
HSL color Cylindrical-coordinate representation of color #5A65AB: hue angle of 231.85º degrees, saturation: 0.33, 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 #5A65AB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 101 | 171 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.33 |
| HSL | 231.85º | 0.33% | 0.51% | - |
| HSV(B) | 231.85º | 0.47% | 0.67% | - |
| XYZ | 16.22 | 14.42 | 40.46 | - |
| YUV | 105.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 171 | 0.47 | 0.41 | 0 | 0.33 | 231.85 | 0.33 | 0.51 |
| Hex | 5A | 65 | AB | 2F | 29 | 0 | 21 | E8 | 21 | 33 |
| Octal | 132 | 145 | 253 | 57 | 51 | 0 | 41 | 350 | 41 | 63 |
| Binary | 1011010 | 1100101 | 10101011 | 101111 | 101001 | 0 | 100001 | 11101000 | 100001 | 110011 |
Color Harmonies of #5A65AB
Complementary color
Monochromatic Colors of #5A65AB
Black with #5A65AB
Text Example
Text Example
White with #5A65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A65AB; }
p { color: rgb(90,101,171); }
H1.HeaderClassName
{
color: #5A65AB;
}
.AnyTagClassName
{
color: #5A65AB;
}
</style>
background-color css
<style>
a { background-color: #5A65AB; }
a { background-color: rgb(90,101,171); }
div.DivClassName
{
background-color: #5A65AB;
}
.BgClassName
{
background-color: #5A65AB;
}
</style>
border-color css
<style>
span { border-color: #5A65AB; }
span { border-color: rgb(90,101,171); }
td.TdClassName
{
border-color: #5A65AB;
}
.TagClassName
{
border-color: #5A65AB;
}
</style>