Shades of Rich Blue #555DAD
Tints of Rich Blue #555DAD
RGB
CMYK
RGB Variations
Color information
#555DAD (or 0x555DAD) is known color: Rich Blue. HEX triplet: 55, 5D and AD. RGB value is (85,93,173). Sum of RGB (Red+Green+Blue) = 85+93+173=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #555DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DAD is #AAA252. Grayscale: #636363. Windows color (decimal): -11182675 or 11361621. OLE color: 11361621.
HSL color Cylindrical-coordinate representation of color #555DAD: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555DAD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 93 | 173 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.32 |
| HSL | 234.55º | 0.35% | 0.51% | - |
| HSV(B) | 234.55º | 0.51% | 0.68% | - |
| XYZ | 15.2 | 12.78 | 41.2 | - |
| YUV | 99.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 173 | 0.51 | 0.46 | 0 | 0.32 | 234.55 | 0.35 | 0.51 |
| Hex | 55 | 5D | AD | 33 | 2E | 0 | 20 | EB | 23 | 33 |
| Octal | 125 | 135 | 255 | 63 | 56 | 0 | 40 | 353 | 43 | 63 |
| Binary | 1010101 | 1011101 | 10101101 | 110011 | 101110 | 0 | 100000 | 11101011 | 100011 | 110011 |
Color Harmonies of #555DAD
Complementary color
Monochromatic Colors of #555DAD
Black with #555DAD
Text Example
Text Example
White with #555DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DAD; }
p { color: rgb(85,93,173); }
H1.HeaderClassName
{
color: #555DAD;
}
.AnyTagClassName
{
color: #555DAD;
}
</style>
background-color css
<style>
a { background-color: #555DAD; }
a { background-color: rgb(85,93,173); }
div.DivClassName
{
background-color: #555DAD;
}
.BgClassName
{
background-color: #555DAD;
}
</style>
border-color css
<style>
span { border-color: #555DAD; }
span { border-color: rgb(85,93,173); }
td.TdClassName
{
border-color: #555DAD;
}
.TagClassName
{
border-color: #555DAD;
}
</style>