Shades of Rich Blue #555FBC
Tints of Rich Blue #555FBC
RGB
CMYK
RGB Variations
Color information
#555FBC (or 0x555FBC) is known color: Rich Blue. HEX triplet: 55, 5F and BC. RGB value is (85,95,188). Sum of RGB (Red+Green+Blue) = 85+95+188=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #555FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FBC is #AAA043. Grayscale: #666666. Windows color (decimal): -11182148 or 12345173. OLE color: 12345173.
HSL color Cylindrical-coordinate representation of color #555FBC: hue angle of 234.17º 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 #555FBC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 95 | 188 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.26 |
| HSL | 234.17º | 0.43% | 0.54% | - |
| HSV(B) | 234.17º | 0.55% | 0.74% | - |
| XYZ | 16.92 | 13.75 | 49.34 | - |
| YUV | 102.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 188 | 0.55 | 0.49 | 0 | 0.26 | 234.17 | 0.43 | 0.54 |
| Hex | 55 | 5F | BC | 37 | 31 | 0 | 1A | EA | 2B | 36 |
| Octal | 125 | 137 | 274 | 67 | 61 | 0 | 32 | 352 | 53 | 66 |
| Binary | 1010101 | 1011111 | 10111100 | 110111 | 110001 | 0 | 11010 | 11101010 | 101011 | 110110 |
Color Harmonies of #555FBC
Complementary color
Monochromatic Colors of #555FBC
Black with #555FBC
Text Example
Text Example
White with #555FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FBC; }
p { color: rgb(85,95,188); }
H1.HeaderClassName
{
color: #555FBC;
}
.AnyTagClassName
{
color: #555FBC;
}
</style>
background-color css
<style>
a { background-color: #555FBC; }
a { background-color: rgb(85,95,188); }
div.DivClassName
{
background-color: #555FBC;
}
.BgClassName
{
background-color: #555FBC;
}
</style>
border-color css
<style>
span { border-color: #555FBC; }
span { border-color: rgb(85,95,188); }
td.TdClassName
{
border-color: #555FBC;
}
.TagClassName
{
border-color: #555FBC;
}
</style>