Shades of Rich Blue #5558AB
Tints of Rich Blue #5558AB
RGB
CMYK
RGB Variations
Color information
#5558AB (or 0x5558AB) is known color: Rich Blue. HEX triplet: 55, 58 and AB. RGB value is (85,88,171). Sum of RGB (Red+Green+Blue) = 85+88+171=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #5558AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5558AB is #AAA754. Grayscale: #606060. Windows color (decimal): -11183957 or 11229269. OLE color: 11229269.
HSL color Cylindrical-coordinate representation of color #5558AB: hue angle of 237.91º 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 #5558AB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 88 | 171 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.33 |
| HSL | 237.91º | 0.34% | 0.5% | - |
| HSV(B) | 237.91º | 0.5% | 0.67% | - |
| XYZ | 14.59 | 11.85 | 40.05 | - |
| YUV | 96.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 171 | 0.50 | 0.49 | 0 | 0.33 | 237.91 | 0.34 | 0.5 |
| Hex | 55 | 58 | AB | 32 | 31 | 0 | 21 | EE | 22 | 32 |
| Octal | 125 | 130 | 253 | 62 | 61 | 0 | 41 | 356 | 42 | 62 |
| Binary | 1010101 | 1011000 | 10101011 | 110010 | 110001 | 0 | 100001 | 11101110 | 100010 | 110010 |
Color Harmonies of #5558AB
Complementary color
Monochromatic Colors of #5558AB
Black with #5558AB
Text Example
Text Example
White with #5558AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5558AB; }
p { color: rgb(85,88,171); }
H1.HeaderClassName
{
color: #5558AB;
}
.AnyTagClassName
{
color: #5558AB;
}
</style>
background-color css
<style>
a { background-color: #5558AB; }
a { background-color: rgb(85,88,171); }
div.DivClassName
{
background-color: #5558AB;
}
.BgClassName
{
background-color: #5558AB;
}
</style>
border-color css
<style>
span { border-color: #5558AB; }
span { border-color: rgb(85,88,171); }
td.TdClassName
{
border-color: #5558AB;
}
.TagClassName
{
border-color: #5558AB;
}
</style>