Shades of Rich Blue #555BAC
Tints of Rich Blue #555BAC
RGB
CMYK
RGB Variations
Color information
#555BAC (or 0x555BAC) is known color: Rich Blue. HEX triplet: 55, 5B and AC. RGB value is (85,91,172). Sum of RGB (Red+Green+Blue) = 85+91+172=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #555BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BAC is #AAA453. Grayscale: #626262. Windows color (decimal): -11183188 or 11295573. OLE color: 11295573.
HSL color Cylindrical-coordinate representation of color #555BAC: hue angle of 235.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555BAC is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 91 | 172 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.33 |
| HSL | 235.86º | 0.34% | 0.5% | - |
| HSV(B) | 235.86º | 0.51% | 0.67% | - |
| XYZ | 14.93 | 12.39 | 40.63 | - |
| YUV | 98.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 172 | 0.51 | 0.47 | 0 | 0.33 | 235.86 | 0.34 | 0.5 |
| Hex | 55 | 5B | AC | 33 | 2F | 0 | 21 | EC | 22 | 32 |
| Octal | 125 | 133 | 254 | 63 | 57 | 0 | 41 | 354 | 42 | 62 |
| Binary | 1010101 | 1011011 | 10101100 | 110011 | 101111 | 0 | 100001 | 11101100 | 100010 | 110010 |
Color Harmonies of #555BAC
Complementary color
Monochromatic Colors of #555BAC
Black with #555BAC
Text Example
Text Example
White with #555BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BAC; }
p { color: rgb(85,91,172); }
H1.HeaderClassName
{
color: #555BAC;
}
.AnyTagClassName
{
color: #555BAC;
}
</style>
background-color css
<style>
a { background-color: #555BAC; }
a { background-color: rgb(85,91,172); }
div.DivClassName
{
background-color: #555BAC;
}
.BgClassName
{
background-color: #555BAC;
}
</style>
border-color css
<style>
span { border-color: #555BAC; }
span { border-color: rgb(85,91,172); }
td.TdClassName
{
border-color: #555BAC;
}
.TagClassName
{
border-color: #555BAC;
}
</style>