Shades of Rich Blue #5566AC
Tints of Rich Blue #5566AC
RGB
CMYK
RGB Variations
Color information
#5566AC (or 0x5566AC) is known color: Rich Blue. HEX triplet: 55, 66 and AC. RGB value is (85,102,172). Sum of RGB (Red+Green+Blue) = 85+102+172=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #5566AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5566AC is #AA9953. Grayscale: #686868. Windows color (decimal): -11180372 or 11298389. OLE color: 11298389.
HSL color Cylindrical-coordinate representation of color #5566AC: hue angle of 228.28º 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 #5566AC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 102 | 172 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.33 |
| HSL | 228.28º | 0.34% | 0.5% | - |
| HSV(B) | 228.28º | 0.51% | 0.67% | - |
| XYZ | 15.94 | 14.41 | 40.97 | - |
| YUV | 104.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 172 | 0.51 | 0.41 | 0 | 0.33 | 228.28 | 0.34 | 0.5 |
| Hex | 55 | 66 | AC | 33 | 29 | 0 | 21 | E4 | 22 | 32 |
| Octal | 125 | 146 | 254 | 63 | 51 | 0 | 41 | 344 | 42 | 62 |
| Binary | 1010101 | 1100110 | 10101100 | 110011 | 101001 | 0 | 100001 | 11100100 | 100010 | 110010 |
Color Harmonies of #5566AC
Complementary color
Monochromatic Colors of #5566AC
Black with #5566AC
Text Example
Text Example
White with #5566AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5566AC; }
p { color: rgb(85,102,172); }
H1.HeaderClassName
{
color: #5566AC;
}
.AnyTagClassName
{
color: #5566AC;
}
</style>
background-color css
<style>
a { background-color: #5566AC; }
a { background-color: rgb(85,102,172); }
div.DivClassName
{
background-color: #5566AC;
}
.BgClassName
{
background-color: #5566AC;
}
</style>
border-color css
<style>
span { border-color: #5566AC; }
span { border-color: rgb(85,102,172); }
td.TdClassName
{
border-color: #5566AC;
}
.TagClassName
{
border-color: #5566AC;
}
</style>