Shades of Rich Blue #5560BC
Tints of Rich Blue #5560BC
RGB
CMYK
RGB Variations
Color information
#5560BC (or 0x5560BC) is known color: Rich Blue. HEX triplet: 55, 60 and BC. RGB value is (85,96,188). Sum of RGB (Red+Green+Blue) = 85+96+188=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #5560BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5560BC is #AA9F43. Grayscale: #666666. Windows color (decimal): -11181892 or 12345429. OLE color: 12345429.
HSL color Cylindrical-coordinate representation of color #5560BC: hue angle of 233.59º degrees, saturation: 0.43, 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 #5560BC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 96 | 188 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.26 |
| HSL | 233.59º | 0.43% | 0.54% | - |
| HSV(B) | 233.59º | 0.55% | 0.74% | - |
| XYZ | 17.01 | 13.93 | 49.37 | - |
| YUV | 103.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 188 | 0.55 | 0.49 | 0 | 0.26 | 233.59 | 0.43 | 0.54 |
| Hex | 55 | 60 | BC | 37 | 31 | 0 | 1A | EA | 2B | 36 |
| Octal | 125 | 140 | 274 | 67 | 61 | 0 | 32 | 352 | 53 | 66 |
| Binary | 1010101 | 1100000 | 10111100 | 110111 | 110001 | 0 | 11010 | 11101010 | 101011 | 110110 |
Color Harmonies of #5560BC
Complementary color
Monochromatic Colors of #5560BC
Black with #5560BC
Text Example
Text Example
White with #5560BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5560BC; }
p { color: rgb(85,96,188); }
H1.HeaderClassName
{
color: #5560BC;
}
.AnyTagClassName
{
color: #5560BC;
}
</style>
background-color css
<style>
a { background-color: #5560BC; }
a { background-color: rgb(85,96,188); }
div.DivClassName
{
background-color: #5560BC;
}
.BgClassName
{
background-color: #5560BC;
}
</style>
border-color css
<style>
span { border-color: #5560BC; }
span { border-color: rgb(85,96,188); }
td.TdClassName
{
border-color: #5560BC;
}
.TagClassName
{
border-color: #5560BC;
}
</style>