Shades of Rich Blue #555BAB
Tints of Rich Blue #555BAB
RGB
CMYK
RGB Variations
Color information
#555BAB (or 0x555BAB) is known color: Rich Blue. HEX triplet: 55, 5B and AB. RGB value is (85,91,171). Sum of RGB (Red+Green+Blue) = 85+91+171=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #555BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BAB is #AAA454. Grayscale: #626262. Windows color (decimal): -11183189 or 11230037. OLE color: 11230037.
HSL color Cylindrical-coordinate representation of color #555BAB: hue angle of 235.81º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555BAB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 91 | 171 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.33 |
| HSL | 235.81º | 0.34% | 0.5% | - |
| HSV(B) | 235.81º | 0.5% | 0.67% | - |
| XYZ | 14.84 | 12.35 | 40.13 | - |
| YUV | 98.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 171 | 0.50 | 0.47 | 0 | 0.33 | 235.81 | 0.34 | 0.5 |
| Hex | 55 | 5B | AB | 32 | 2F | 0 | 21 | EC | 22 | 32 |
| Octal | 125 | 133 | 253 | 62 | 57 | 0 | 41 | 354 | 42 | 62 |
| Binary | 1010101 | 1011011 | 10101011 | 110010 | 101111 | 0 | 100001 | 11101100 | 100010 | 110010 |
Color Harmonies of #555BAB
Complementary color
Monochromatic Colors of #555BAB
Black with #555BAB
Text Example
Text Example
White with #555BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BAB; }
p { color: rgb(85,91,171); }
H1.HeaderClassName
{
color: #555BAB;
}
.AnyTagClassName
{
color: #555BAB;
}
</style>
background-color css
<style>
a { background-color: #555BAB; }
a { background-color: rgb(85,91,171); }
div.DivClassName
{
background-color: #555BAB;
}
.BgClassName
{
background-color: #555BAB;
}
</style>
border-color css
<style>
span { border-color: #555BAB; }
span { border-color: rgb(85,91,171); }
td.TdClassName
{
border-color: #555BAB;
}
.TagClassName
{
border-color: #555BAB;
}
</style>