Shades of Rich Blue #555CBA
Tints of Rich Blue #555CBA
RGB
CMYK
RGB Variations
Color information
#555CBA (or 0x555CBA) is known color: Rich Blue. HEX triplet: 55, 5C and BA. RGB value is (85,92,186). Sum of RGB (Red+Green+Blue) = 85+92+186=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #555CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CBA is #AAA345. Grayscale: #646464. Windows color (decimal): -11182918 or 12213333. OLE color: 12213333.
HSL color Cylindrical-coordinate representation of color #555CBA: hue angle of 235.84º 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 #555CBA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 92 | 186 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.27 |
| HSL | 235.84º | 0.42% | 0.53% | - |
| HSV(B) | 235.84º | 0.54% | 0.73% | - |
| XYZ | 16.44 | 13.13 | 48.12 | - |
| YUV | 100.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 186 | 0.54 | 0.51 | 0 | 0.27 | 235.84 | 0.42 | 0.53 |
| Hex | 55 | 5C | BA | 36 | 33 | 0 | 1B | EC | 2A | 35 |
| Octal | 125 | 134 | 272 | 66 | 63 | 0 | 33 | 354 | 52 | 65 |
| Binary | 1010101 | 1011100 | 10111010 | 110110 | 110011 | 0 | 11011 | 11101100 | 101010 | 110101 |
Color Harmonies of #555CBA
Complementary color
Monochromatic Colors of #555CBA
Black with #555CBA
Text Example
Text Example
White with #555CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CBA; }
p { color: rgb(85,92,186); }
H1.HeaderClassName
{
color: #555CBA;
}
.AnyTagClassName
{
color: #555CBA;
}
</style>
background-color css
<style>
a { background-color: #555CBA; }
a { background-color: rgb(85,92,186); }
div.DivClassName
{
background-color: #555CBA;
}
.BgClassName
{
background-color: #555CBA;
}
</style>
border-color css
<style>
span { border-color: #555CBA; }
span { border-color: rgb(85,92,186); }
td.TdClassName
{
border-color: #555CBA;
}
.TagClassName
{
border-color: #555CBA;
}
</style>