Shades of Rich Blue #5A55B5
Tints of Rich Blue #5A55B5
RGB
CMYK
RGB Variations
Color information
#5A55B5 (or 0x5A55B5) is known color: Rich Blue. HEX triplet: 5A, 55 and B5. RGB value is (90,85,181). Sum of RGB (Red+Green+Blue) = 90+85+181=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #5A55B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A55B5 is #A5AA4A. Grayscale: #616161. Windows color (decimal): -10857035 or 11883866. OLE color: 11883866.
HSL color Cylindrical-coordinate representation of color #5A55B5: hue angle of 243.13º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A55B5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 85 | 181 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.29 |
| HSL | 243.13º | 0.39% | 0.52% | - |
| HSV(B) | 243.13º | 0.53% | 0.71% | - |
| XYZ | 15.81 | 12.01 | 45.2 | - |
| YUV | 97.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 181 | 0.50 | 0.53 | 0 | 0.29 | 243.13 | 0.39 | 0.52 |
| Hex | 5A | 55 | B5 | 32 | 35 | 0 | 1D | F3 | 27 | 34 |
| Octal | 132 | 125 | 265 | 62 | 65 | 0 | 35 | 363 | 47 | 64 |
| Binary | 1011010 | 1010101 | 10110101 | 110010 | 110101 | 0 | 11101 | 11110011 | 100111 | 110100 |
Color Harmonies of #5A55B5
Complementary color
Monochromatic Colors of #5A55B5
Black with #5A55B5
Text Example
Text Example
White with #5A55B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A55B5; }
p { color: rgb(90,85,181); }
H1.HeaderClassName
{
color: #5A55B5;
}
.AnyTagClassName
{
color: #5A55B5;
}
</style>
background-color css
<style>
a { background-color: #5A55B5; }
a { background-color: rgb(90,85,181); }
div.DivClassName
{
background-color: #5A55B5;
}
.BgClassName
{
background-color: #5A55B5;
}
</style>
border-color css
<style>
span { border-color: #5A55B5; }
span { border-color: rgb(90,85,181); }
td.TdClassName
{
border-color: #5A55B5;
}
.TagClassName
{
border-color: #5A55B5;
}
</style>