Shades of Rich Blue #555AB5
Tints of Rich Blue #555AB5
RGB
CMYK
RGB Variations
Color information
#555AB5 (or 0x555AB5) is known color: Rich Blue. HEX triplet: 55, 5A and B5. RGB value is (85,90,181). Sum of RGB (Red+Green+Blue) = 85+90+181=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 90 (35.55% from 255 or 25.28% 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 #555AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AB5 is #AAA54A. Grayscale: #626262. Windows color (decimal): -11183435 or 11885141. OLE color: 11885141.
HSL color Cylindrical-coordinate representation of color #555AB5: hue angle of 236.88º 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 #555AB5 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 90 | 181 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.29 |
| HSL | 236.88º | 0.39% | 0.52% | - |
| HSV(B) | 236.88º | 0.53% | 0.71% | - |
| XYZ | 15.74 | 12.58 | 45.31 | - |
| YUV | 98.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 181 | 0.53 | 0.50 | 0 | 0.29 | 236.88 | 0.39 | 0.52 |
| Hex | 55 | 5A | B5 | 35 | 32 | 0 | 1D | ED | 27 | 34 |
| Octal | 125 | 132 | 265 | 65 | 62 | 0 | 35 | 355 | 47 | 64 |
| Binary | 1010101 | 1011010 | 10110101 | 110101 | 110010 | 0 | 11101 | 11101101 | 100111 | 110100 |
Color Harmonies of #555AB5
Complementary color
Monochromatic Colors of #555AB5
Black with #555AB5
Text Example
Text Example
White with #555AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AB5; }
p { color: rgb(85,90,181); }
H1.HeaderClassName
{
color: #555AB5;
}
.AnyTagClassName
{
color: #555AB5;
}
</style>
background-color css
<style>
a { background-color: #555AB5; }
a { background-color: rgb(85,90,181); }
div.DivClassName
{
background-color: #555AB5;
}
.BgClassName
{
background-color: #555AB5;
}
</style>
border-color css
<style>
span { border-color: #555AB5; }
span { border-color: rgb(85,90,181); }
td.TdClassName
{
border-color: #555AB5;
}
.TagClassName
{
border-color: #555AB5;
}
</style>