Shades of Rich Blue #5562BD
Tints of Rich Blue #5562BD
RGB
CMYK
RGB Variations
Color information
#5562BD (or 0x5562BD) is known color: Rich Blue. HEX triplet: 55, 62 and BD. RGB value is (85,98,189). Sum of RGB (Red+Green+Blue) = 85+98+189=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #5562BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562BD is #AA9D42. Grayscale: #686868. Windows color (decimal): -11181379 or 12411477. OLE color: 12411477.
HSL color Cylindrical-coordinate representation of color #5562BD: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5562BD is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 98 | 189 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.26 |
| HSL | 232.5º | 0.44% | 0.54% | - |
| HSV(B) | 232.5º | 0.55% | 0.74% | - |
| XYZ | 17.3 | 14.34 | 50 | - |
| YUV | 104.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 189 | 0.55 | 0.48 | 0 | 0.26 | 232.5 | 0.44 | 0.54 |
| Hex | 55 | 62 | BD | 37 | 30 | 0 | 1A | E8 | 2C | 36 |
| Octal | 125 | 142 | 275 | 67 | 60 | 0 | 32 | 350 | 54 | 66 |
| Binary | 1010101 | 1100010 | 10111101 | 110111 | 110000 | 0 | 11010 | 11101000 | 101100 | 110110 |
Color Harmonies of #5562BD
Complementary color
Monochromatic Colors of #5562BD
Black with #5562BD
Text Example
Text Example
White with #5562BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5562BD; }
p { color: rgb(85,98,189); }
H1.HeaderClassName
{
color: #5562BD;
}
.AnyTagClassName
{
color: #5562BD;
}
</style>
background-color css
<style>
a { background-color: #5562BD; }
a { background-color: rgb(85,98,189); }
div.DivClassName
{
background-color: #5562BD;
}
.BgClassName
{
background-color: #5562BD;
}
</style>
border-color css
<style>
span { border-color: #5562BD; }
span { border-color: rgb(85,98,189); }
td.TdClassName
{
border-color: #5562BD;
}
.TagClassName
{
border-color: #5562BD;
}
</style>