Shades of Rich Blue #5A43AC
Tints of Rich Blue #5A43AC
RGB
CMYK
RGB Variations
Color information
#5A43AC (or 0x5A43AC) is known color: Rich Blue. HEX triplet: 5A, 43 and AC. RGB value is (90,67,172). Sum of RGB (Red+Green+Blue) = 90+67+172=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A43AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A43AC is #A5BC53. Grayscale: #555555. Windows color (decimal): -10861652 or 11289434. OLE color: 11289434.
HSL color Cylindrical-coordinate representation of color #5A43AC: hue angle of 253.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A43AC is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 67 | 172 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.33 |
| HSL | 253.14º | 0.44% | 0.47% | - |
| HSV(B) | 253.14º | 0.61% | 0.67% | - |
| XYZ | 13.67 | 9.17 | 40.08 | - |
| YUV | 85.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 172 | 0.48 | 0.61 | 0 | 0.33 | 253.14 | 0.44 | 0.47 |
| Hex | 5A | 43 | AC | 30 | 3D | 0 | 21 | FD | 2C | 2F |
| Octal | 132 | 103 | 254 | 60 | 75 | 0 | 41 | 375 | 54 | 57 |
| Binary | 1011010 | 1000011 | 10101100 | 110000 | 111101 | 0 | 100001 | 11111101 | 101100 | 101111 |
Color Harmonies of #5A43AC
Complementary color
Monochromatic Colors of #5A43AC
Black with #5A43AC
Text Example
Text Example
White with #5A43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A43AC; }
p { color: rgb(90,67,172); }
H1.HeaderClassName
{
color: #5A43AC;
}
.AnyTagClassName
{
color: #5A43AC;
}
</style>
background-color css
<style>
a { background-color: #5A43AC; }
a { background-color: rgb(90,67,172); }
div.DivClassName
{
background-color: #5A43AC;
}
.BgClassName
{
background-color: #5A43AC;
}
</style>
border-color css
<style>
span { border-color: #5A43AC; }
span { border-color: rgb(90,67,172); }
td.TdClassName
{
border-color: #5A43AC;
}
.TagClassName
{
border-color: #5A43AC;
}
</style>