Shades of Rich Blue #555AAC
Tints of Rich Blue #555AAC
RGB
CMYK
RGB Variations
Color information
#555AAC (or 0x555AAC) is known color: Rich Blue. HEX triplet: 55, 5A and AC. RGB value is (85,90,172). Sum of RGB (Red+Green+Blue) = 85+90+172=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #555AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555AAC is #AAA553. Grayscale: #616161. Windows color (decimal): -11183444 or 11295317. OLE color: 11295317.
HSL color Cylindrical-coordinate representation of color #555AAC: hue angle of 236.55º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555AAC is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 90 | 172 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.33 |
| HSL | 236.55º | 0.34% | 0.5% | - |
| HSV(B) | 236.55º | 0.51% | 0.67% | - |
| XYZ | 14.85 | 12.22 | 40.61 | - |
| YUV | 97.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 172 | 0.51 | 0.48 | 0 | 0.33 | 236.55 | 0.34 | 0.5 |
| Hex | 55 | 5A | AC | 33 | 30 | 0 | 21 | ED | 22 | 32 |
| Octal | 125 | 132 | 254 | 63 | 60 | 0 | 41 | 355 | 42 | 62 |
| Binary | 1010101 | 1011010 | 10101100 | 110011 | 110000 | 0 | 100001 | 11101101 | 100010 | 110010 |
Color Harmonies of #555AAC
Complementary color
Monochromatic Colors of #555AAC
Black with #555AAC
Text Example
Text Example
White with #555AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AAC; }
p { color: rgb(85,90,172); }
H1.HeaderClassName
{
color: #555AAC;
}
.AnyTagClassName
{
color: #555AAC;
}
</style>
background-color css
<style>
a { background-color: #555AAC; }
a { background-color: rgb(85,90,172); }
div.DivClassName
{
background-color: #555AAC;
}
.BgClassName
{
background-color: #555AAC;
}
</style>
border-color css
<style>
span { border-color: #555AAC; }
span { border-color: rgb(85,90,172); }
td.TdClassName
{
border-color: #555AAC;
}
.TagClassName
{
border-color: #555AAC;
}
</style>