Shades of Rich Blue #555BA4
Tints of Rich Blue #555BA4
RGB
CMYK
RGB Variations
Color information
#555BA4 (or 0x555BA4) is known color: Rich Blue. HEX triplet: 55, 5B and A4. RGB value is (85,91,164). Sum of RGB (Red+Green+Blue) = 85+91+164=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #555BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BA4 is #AAA45B. Grayscale: #616161. Windows color (decimal): -11183196 or 10771285. OLE color: 10771285.
HSL color Cylindrical-coordinate representation of color #555BA4: hue angle of 235.44º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #555BA4 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 91 | 164 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.36 |
| HSL | 235.44º | 0.32% | 0.49% | - |
| HSV(B) | 235.44º | 0.48% | 0.64% | - |
| XYZ | 14.19 | 12.09 | 36.71 | - |
| YUV | 97.53 | 165.51 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 164 | 0.48 | 0.45 | 0 | 0.36 | 235.44 | 0.32 | 0.49 |
| Hex | 55 | 5B | A4 | 30 | 2D | 0 | 24 | EB | 20 | 31 |
| Octal | 125 | 133 | 244 | 60 | 55 | 0 | 44 | 353 | 40 | 61 |
| Binary | 1010101 | 1011011 | 10100100 | 110000 | 101101 | 0 | 100100 | 11101011 | 100000 | 110001 |
Color Harmonies of #555BA4
Complementary color
Monochromatic Colors of #555BA4
Black with #555BA4
Text Example
Text Example
White with #555BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BA4; }
p { color: rgb(85,91,164); }
H1.HeaderClassName
{
color: #555BA4;
}
.AnyTagClassName
{
color: #555BA4;
}
</style>
background-color css
<style>
a { background-color: #555BA4; }
a { background-color: rgb(85,91,164); }
div.DivClassName
{
background-color: #555BA4;
}
.BgClassName
{
background-color: #555BA4;
}
</style>
border-color css
<style>
span { border-color: #555BA4; }
span { border-color: rgb(85,91,164); }
td.TdClassName
{
border-color: #555BA4;
}
.TagClassName
{
border-color: #555BA4;
}
</style>