Shades of Rich Blue #5566AD
Tints of Rich Blue #5566AD
RGB
CMYK
RGB Variations
Color information
#5566AD (or 0x5566AD) is known color: Rich Blue. HEX triplet: 55, 66 and AD. RGB value is (85,102,173). Sum of RGB (Red+Green+Blue) = 85+102+173=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #5566AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5566AD is #AA9952. Grayscale: #686868. Windows color (decimal): -11180371 or 11363925. OLE color: 11363925.
HSL color Cylindrical-coordinate representation of color #5566AD: hue angle of 228.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5566AD is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 102 | 173 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.32 |
| HSL | 228.41º | 0.35% | 0.51% | - |
| HSV(B) | 228.41º | 0.51% | 0.68% | - |
| XYZ | 16.04 | 14.45 | 41.48 | - |
| YUV | 105.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 173 | 0.51 | 0.41 | 0 | 0.32 | 228.41 | 0.35 | 0.51 |
| Hex | 55 | 66 | AD | 33 | 29 | 0 | 20 | E4 | 23 | 33 |
| Octal | 125 | 146 | 255 | 63 | 51 | 0 | 40 | 344 | 43 | 63 |
| Binary | 1010101 | 1100110 | 10101101 | 110011 | 101001 | 0 | 100000 | 11100100 | 100011 | 110011 |
Color Harmonies of #5566AD
Complementary color
Monochromatic Colors of #5566AD
Black with #5566AD
Text Example
Text Example
White with #5566AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5566AD; }
p { color: rgb(85,102,173); }
H1.HeaderClassName
{
color: #5566AD;
}
.AnyTagClassName
{
color: #5566AD;
}
</style>
background-color css
<style>
a { background-color: #5566AD; }
a { background-color: rgb(85,102,173); }
div.DivClassName
{
background-color: #5566AD;
}
.BgClassName
{
background-color: #5566AD;
}
</style>
border-color css
<style>
span { border-color: #5566AD; }
span { border-color: rgb(85,102,173); }
td.TdClassName
{
border-color: #5566AD;
}
.TagClassName
{
border-color: #5566AD;
}
</style>