Shades of Rich Blue #555DAB
Tints of Rich Blue #555DAB
RGB
CMYK
RGB Variations
Color information
#555DAB (or 0x555DAB) is known color: Rich Blue. HEX triplet: 55, 5D and AB. RGB value is (85,93,171). Sum of RGB (Red+Green+Blue) = 85+93+171=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #555DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DAB is #AAA254. Grayscale: #636363. Windows color (decimal): -11182677 or 11230549. OLE color: 11230549.
HSL color Cylindrical-coordinate representation of color #555DAB: hue angle of 234.42º 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 #555DAB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 93 | 171 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.33 |
| HSL | 234.42º | 0.34% | 0.5% | - |
| HSV(B) | 234.42º | 0.5% | 0.67% | - |
| XYZ | 15.01 | 12.7 | 40.19 | - |
| YUV | 99.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 171 | 0.50 | 0.46 | 0 | 0.33 | 234.42 | 0.34 | 0.5 |
| Hex | 55 | 5D | AB | 32 | 2E | 0 | 21 | EA | 22 | 32 |
| Octal | 125 | 135 | 253 | 62 | 56 | 0 | 41 | 352 | 42 | 62 |
| Binary | 1010101 | 1011101 | 10101011 | 110010 | 101110 | 0 | 100001 | 11101010 | 100010 | 110010 |
Color Harmonies of #555DAB
Complementary color
Monochromatic Colors of #555DAB
Black with #555DAB
Text Example
Text Example
White with #555DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DAB; }
p { color: rgb(85,93,171); }
H1.HeaderClassName
{
color: #555DAB;
}
.AnyTagClassName
{
color: #555DAB;
}
</style>
background-color css
<style>
a { background-color: #555DAB; }
a { background-color: rgb(85,93,171); }
div.DivClassName
{
background-color: #555DAB;
}
.BgClassName
{
background-color: #555DAB;
}
</style>
border-color css
<style>
span { border-color: #555DAB; }
span { border-color: rgb(85,93,171); }
td.TdClassName
{
border-color: #555DAB;
}
.TagClassName
{
border-color: #555DAB;
}
</style>