Shades of Rich Blue #555BAA
Tints of Rich Blue #555BAA
RGB
CMYK
RGB Variations
Color information
#555BAA (or 0x555BAA) is known color: Rich Blue. HEX triplet: 55, 5B and AA. RGB value is (85,91,170). Sum of RGB (Red+Green+Blue) = 85+91+170=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #555BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BAA is #AAA455. Grayscale: #616161. Windows color (decimal): -11183190 or 11164501. OLE color: 11164501.
HSL color Cylindrical-coordinate representation of color #555BAA: hue angle of 235.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555BAA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 91 | 170 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.33 |
| HSL | 235.76º | 0.33% | 0.5% | - |
| HSV(B) | 235.76º | 0.5% | 0.67% | - |
| XYZ | 14.74 | 12.32 | 39.63 | - |
| YUV | 98.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 170 | 0.50 | 0.46 | 0 | 0.33 | 235.76 | 0.33 | 0.5 |
| Hex | 55 | 5B | AA | 32 | 2E | 0 | 21 | EC | 21 | 32 |
| Octal | 125 | 133 | 252 | 62 | 56 | 0 | 41 | 354 | 41 | 62 |
| Binary | 1010101 | 1011011 | 10101010 | 110010 | 101110 | 0 | 100001 | 11101100 | 100001 | 110010 |
Color Harmonies of #555BAA
Complementary color
Monochromatic Colors of #555BAA
Black with #555BAA
Text Example
Text Example
White with #555BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BAA; }
p { color: rgb(85,91,170); }
H1.HeaderClassName
{
color: #555BAA;
}
.AnyTagClassName
{
color: #555BAA;
}
</style>
background-color css
<style>
a { background-color: #555BAA; }
a { background-color: rgb(85,91,170); }
div.DivClassName
{
background-color: #555BAA;
}
.BgClassName
{
background-color: #555BAA;
}
</style>
border-color css
<style>
span { border-color: #555BAA; }
span { border-color: rgb(85,91,170); }
td.TdClassName
{
border-color: #555BAA;
}
.TagClassName
{
border-color: #555BAA;
}
</style>