Shades of Rich Blue #5560B6
Tints of Rich Blue #5560B6
RGB
CMYK
RGB Variations
Color information
#5560B6 (or 0x5560B6) is known color: Rich Blue. HEX triplet: 55, 60 and B6. RGB value is (85,96,182). Sum of RGB (Red+Green+Blue) = 85+96+182=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #5560B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5560B6 is #AA9F49. Grayscale: #666666. Windows color (decimal): -11181898 or 11952213. OLE color: 11952213.
HSL color Cylindrical-coordinate representation of color #5560B6: hue angle of 233.2º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5560B6 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 96 | 182 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.29 |
| HSL | 233.2º | 0.4% | 0.52% | - |
| HSV(B) | 233.2º | 0.53% | 0.71% | - |
| XYZ | 16.37 | 13.67 | 46.03 | - |
| YUV | 102.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 182 | 0.53 | 0.47 | 0 | 0.29 | 233.2 | 0.4 | 0.52 |
| Hex | 55 | 60 | B6 | 35 | 2F | 0 | 1D | E9 | 28 | 34 |
| Octal | 125 | 140 | 266 | 65 | 57 | 0 | 35 | 351 | 50 | 64 |
| Binary | 1010101 | 1100000 | 10110110 | 110101 | 101111 | 0 | 11101 | 11101001 | 101000 | 110100 |
Color Harmonies of #5560B6
Complementary color
Monochromatic Colors of #5560B6
Black with #5560B6
Text Example
Text Example
White with #5560B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5560B6; }
p { color: rgb(85,96,182); }
H1.HeaderClassName
{
color: #5560B6;
}
.AnyTagClassName
{
color: #5560B6;
}
</style>
background-color css
<style>
a { background-color: #5560B6; }
a { background-color: rgb(85,96,182); }
div.DivClassName
{
background-color: #5560B6;
}
.BgClassName
{
background-color: #5560B6;
}
</style>
border-color css
<style>
span { border-color: #5560B6; }
span { border-color: rgb(85,96,182); }
td.TdClassName
{
border-color: #5560B6;
}
.TagClassName
{
border-color: #5560B6;
}
</style>