Shades of Rich Blue #5566AA
Tints of Rich Blue #5566AA
RGB
CMYK
RGB Variations
Color information
#5566AA (or 0x5566AA) is known color: Rich Blue. HEX triplet: 55, 66 and AA. RGB value is (85,102,170). Sum of RGB (Red+Green+Blue) = 85+102+170=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #5566AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5566AA is #AA9955. Grayscale: #686868. Windows color (decimal): -11180374 or 11167317. OLE color: 11167317.
HSL color Cylindrical-coordinate representation of color #5566AA: hue angle of 228º 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 #5566AA is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 102 | 170 | - |
| CMYK | 0.50 | 0.4 | 0 | 0.33 |
| HSL | 228º | 0.33% | 0.5% | - |
| HSV(B) | 228º | 0.5% | 0.67% | - |
| XYZ | 15.75 | 14.34 | 39.97 | - |
| YUV | 104.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 170 | 0.50 | 0.4 | 0 | 0.33 | 228 | 0.33 | 0.5 |
| Hex | 55 | 66 | AA | 32 | 28 | 0 | 21 | E4 | 21 | 32 |
| Octal | 125 | 146 | 252 | 62 | 50 | 0 | 41 | 344 | 41 | 62 |
| Binary | 1010101 | 1100110 | 10101010 | 110010 | 101000 | 0 | 100001 | 11100100 | 100001 | 110010 |
Color Harmonies of #5566AA
Complementary color
Monochromatic Colors of #5566AA
Black with #5566AA
Text Example
Text Example
White with #5566AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5566AA; }
p { color: rgb(85,102,170); }
H1.HeaderClassName
{
color: #5566AA;
}
.AnyTagClassName
{
color: #5566AA;
}
</style>
background-color css
<style>
a { background-color: #5566AA; }
a { background-color: rgb(85,102,170); }
div.DivClassName
{
background-color: #5566AA;
}
.BgClassName
{
background-color: #5566AA;
}
</style>
border-color css
<style>
span { border-color: #5566AA; }
span { border-color: rgb(85,102,170); }
td.TdClassName
{
border-color: #5566AA;
}
.TagClassName
{
border-color: #5566AA;
}
</style>