Shades of Rich Blue #555FAA
Tints of Rich Blue #555FAA
RGB
CMYK
RGB Variations
Color information
#555FAA (or 0x555FAA) is known color: Rich Blue. HEX triplet: 55, 5F and AA. RGB value is (85,95,170). Sum of RGB (Red+Green+Blue) = 85+95+170=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #555FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FAA is #AAA055. Grayscale: #646464. Windows color (decimal): -11182166 or 11165525. OLE color: 11165525.
HSL color Cylindrical-coordinate representation of color #555FAA: hue angle of 232.94º 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 #555FAA is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 95 | 170 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.33 |
| HSL | 232.94º | 0.33% | 0.5% | - |
| HSV(B) | 232.94º | 0.5% | 0.67% | - |
| XYZ | 15.09 | 13.02 | 39.75 | - |
| YUV | 100.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 170 | 0.50 | 0.44 | 0 | 0.33 | 232.94 | 0.33 | 0.5 |
| Hex | 55 | 5F | AA | 32 | 2C | 0 | 21 | E9 | 21 | 32 |
| Octal | 125 | 137 | 252 | 62 | 54 | 0 | 41 | 351 | 41 | 62 |
| Binary | 1010101 | 1011111 | 10101010 | 110010 | 101100 | 0 | 100001 | 11101001 | 100001 | 110010 |
Color Harmonies of #555FAA
Complementary color
Monochromatic Colors of #555FAA
Black with #555FAA
Text Example
Text Example
White with #555FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FAA; }
p { color: rgb(85,95,170); }
H1.HeaderClassName
{
color: #555FAA;
}
.AnyTagClassName
{
color: #555FAA;
}
</style>
background-color css
<style>
a { background-color: #555FAA; }
a { background-color: rgb(85,95,170); }
div.DivClassName
{
background-color: #555FAA;
}
.BgClassName
{
background-color: #555FAA;
}
</style>
border-color css
<style>
span { border-color: #555FAA; }
span { border-color: rgb(85,95,170); }
td.TdClassName
{
border-color: #555FAA;
}
.TagClassName
{
border-color: #555FAA;
}
</style>