Shades of Rich Blue #5A56BA
Tints of Rich Blue #5A56BA
RGB
CMYK
RGB Variations
Color information
#5A56BA (or 0x5A56BA) is known color: Rich Blue. HEX triplet: 5A, 56 and BA. RGB value is (90,86,186). Sum of RGB (Red+Green+Blue) = 90+86+186=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A56BA is #A5A945. Grayscale: #626262. Windows color (decimal): -10856774 or 12211802. OLE color: 12211802.
HSL color Cylindrical-coordinate representation of color #5A56BA: hue angle of 242.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A56BA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 86 | 186 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.27 |
| HSL | 242.4º | 0.42% | 0.53% | - |
| HSV(B) | 242.4º | 0.54% | 0.73% | - |
| XYZ | 16.41 | 12.37 | 47.98 | - |
| YUV | 98.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 186 | 0.52 | 0.54 | 0 | 0.27 | 242.4 | 0.42 | 0.53 |
| Hex | 5A | 56 | BA | 34 | 36 | 0 | 1B | F2 | 2A | 35 |
| Octal | 132 | 126 | 272 | 64 | 66 | 0 | 33 | 362 | 52 | 65 |
| Binary | 1011010 | 1010110 | 10111010 | 110100 | 110110 | 0 | 11011 | 11110010 | 101010 | 110101 |
Color Harmonies of #5A56BA
Complementary color
Monochromatic Colors of #5A56BA
Black with #5A56BA
Text Example
Text Example
White with #5A56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A56BA; }
p { color: rgb(90,86,186); }
H1.HeaderClassName
{
color: #5A56BA;
}
.AnyTagClassName
{
color: #5A56BA;
}
</style>
background-color css
<style>
a { background-color: #5A56BA; }
a { background-color: rgb(90,86,186); }
div.DivClassName
{
background-color: #5A56BA;
}
.BgClassName
{
background-color: #5A56BA;
}
</style>
border-color css
<style>
span { border-color: #5A56BA; }
span { border-color: rgb(90,86,186); }
td.TdClassName
{
border-color: #5A56BA;
}
.TagClassName
{
border-color: #5A56BA;
}
</style>