Shades of Rich Blue #555DBA
Tints of Rich Blue #555DBA
RGB
CMYK
RGB Variations
Color information
#555DBA (or 0x555DBA) is known color: Rich Blue. HEX triplet: 55, 5D and BA. RGB value is (85,93,186). Sum of RGB (Red+Green+Blue) = 85+93+186=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #555DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DBA is #AAA245. Grayscale: #646464. Windows color (decimal): -11182662 or 12213589. OLE color: 12213589.
HSL color Cylindrical-coordinate representation of color #555DBA: hue angle of 235.25º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555DBA is Cyan = 0.54, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 93 | 186 | - |
| CMYK | 0.54 | 0.5 | 0 | 0.27 |
| HSL | 235.25º | 0.42% | 0.53% | - |
| HSV(B) | 235.25º | 0.54% | 0.73% | - |
| XYZ | 16.52 | 13.31 | 48.15 | - |
| YUV | 101.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 186 | 0.54 | 0.5 | 0 | 0.27 | 235.25 | 0.42 | 0.53 |
| Hex | 55 | 5D | BA | 36 | 32 | 0 | 1B | EB | 2A | 35 |
| Octal | 125 | 135 | 272 | 66 | 62 | 0 | 33 | 353 | 52 | 65 |
| Binary | 1010101 | 1011101 | 10111010 | 110110 | 110010 | 0 | 11011 | 11101011 | 101010 | 110101 |
Color Harmonies of #555DBA
Complementary color
Monochromatic Colors of #555DBA
Black with #555DBA
Text Example
Text Example
White with #555DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DBA; }
p { color: rgb(85,93,186); }
H1.HeaderClassName
{
color: #555DBA;
}
.AnyTagClassName
{
color: #555DBA;
}
</style>
background-color css
<style>
a { background-color: #555DBA; }
a { background-color: rgb(85,93,186); }
div.DivClassName
{
background-color: #555DBA;
}
.BgClassName
{
background-color: #555DBA;
}
</style>
border-color css
<style>
span { border-color: #555DBA; }
span { border-color: rgb(85,93,186); }
td.TdClassName
{
border-color: #555DBA;
}
.TagClassName
{
border-color: #555DBA;
}
</style>