Shades of Rich Blue #5557AA
Tints of Rich Blue #5557AA
RGB
CMYK
RGB Variations
Color information
#5557AA (or 0x5557AA) is known color: Rich Blue. HEX triplet: 55, 57 and AA. RGB value is (85,87,170). Sum of RGB (Red+Green+Blue) = 85+87+170=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #5557AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5557AA is #AAA855. Grayscale: #5F5F5F. Windows color (decimal): -11184214 or 11163477. OLE color: 11163477.
HSL color Cylindrical-coordinate representation of color #5557AA: hue angle of 238.59º 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 #5557AA is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 87 | 170 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.33 |
| HSL | 238.59º | 0.33% | 0.5% | - |
| HSV(B) | 238.59º | 0.5% | 0.67% | - |
| XYZ | 14.41 | 11.65 | 39.52 | - |
| YUV | 95.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 170 | 0.50 | 0.49 | 0 | 0.33 | 238.59 | 0.33 | 0.5 |
| Hex | 55 | 57 | AA | 32 | 31 | 0 | 21 | EF | 21 | 32 |
| Octal | 125 | 127 | 252 | 62 | 61 | 0 | 41 | 357 | 41 | 62 |
| Binary | 1010101 | 1010111 | 10101010 | 110010 | 110001 | 0 | 100001 | 11101111 | 100001 | 110010 |
Color Harmonies of #5557AA
Complementary color
Monochromatic Colors of #5557AA
Black with #5557AA
Text Example
Text Example
White with #5557AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557AA; }
p { color: rgb(85,87,170); }
H1.HeaderClassName
{
color: #5557AA;
}
.AnyTagClassName
{
color: #5557AA;
}
</style>
background-color css
<style>
a { background-color: #5557AA; }
a { background-color: rgb(85,87,170); }
div.DivClassName
{
background-color: #5557AA;
}
.BgClassName
{
background-color: #5557AA;
}
</style>
border-color css
<style>
span { border-color: #5557AA; }
span { border-color: rgb(85,87,170); }
td.TdClassName
{
border-color: #5557AA;
}
.TagClassName
{
border-color: #5557AA;
}
</style>