Shades of Rich Blue #5562AD
Tints of Rich Blue #5562AD
RGB
CMYK
RGB Variations
Color information
#5562AD (or 0x5562AD) is known color: Rich Blue. HEX triplet: 55, 62 and AD. RGB value is (85,98,173). Sum of RGB (Red+Green+Blue) = 85+98+173=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #5562AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5562AD is #AA9D52. Grayscale: #666666. Windows color (decimal): -11181395 or 11362901. OLE color: 11362901.
HSL color Cylindrical-coordinate representation of color #5562AD: hue angle of 231.14º 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 #5562AD is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 98 | 173 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.32 |
| HSL | 231.14º | 0.35% | 0.51% | - |
| HSV(B) | 231.14º | 0.51% | 0.68% | - |
| XYZ | 15.66 | 13.68 | 41.35 | - |
| YUV | 102.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 173 | 0.51 | 0.43 | 0 | 0.32 | 231.14 | 0.35 | 0.51 |
| Hex | 55 | 62 | AD | 33 | 2B | 0 | 20 | E7 | 23 | 33 |
| Octal | 125 | 142 | 255 | 63 | 53 | 0 | 40 | 347 | 43 | 63 |
| Binary | 1010101 | 1100010 | 10101101 | 110011 | 101011 | 0 | 100000 | 11100111 | 100011 | 110011 |
Color Harmonies of #5562AD
Complementary color
Monochromatic Colors of #5562AD
Black with #5562AD
Text Example
Text Example
White with #5562AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5562AD; }
p { color: rgb(85,98,173); }
H1.HeaderClassName
{
color: #5562AD;
}
.AnyTagClassName
{
color: #5562AD;
}
</style>
background-color css
<style>
a { background-color: #5562AD; }
a { background-color: rgb(85,98,173); }
div.DivClassName
{
background-color: #5562AD;
}
.BgClassName
{
background-color: #5562AD;
}
</style>
border-color css
<style>
span { border-color: #5562AD; }
span { border-color: rgb(85,98,173); }
td.TdClassName
{
border-color: #5562AD;
}
.TagClassName
{
border-color: #5562AD;
}
</style>