Shades of Rich Blue #555FAD
Tints of Rich Blue #555FAD
RGB
CMYK
RGB Variations
Color information
#555FAD (or 0x555FAD) is known color: Rich Blue. HEX triplet: 55, 5F and AD. RGB value is (85,95,173). Sum of RGB (Red+Green+Blue) = 85+95+173=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #555FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FAD is #AAA052. Grayscale: #646464. Windows color (decimal): -11182163 or 11362133. OLE color: 11362133.
HSL color Cylindrical-coordinate representation of color #555FAD: hue angle of 233.18º 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 #555FAD is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 95 | 173 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.32 |
| HSL | 233.18º | 0.35% | 0.51% | - |
| HSV(B) | 233.18º | 0.51% | 0.68% | - |
| XYZ | 15.38 | 13.13 | 41.26 | - |
| YUV | 100.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 173 | 0.51 | 0.45 | 0 | 0.32 | 233.18 | 0.35 | 0.51 |
| Hex | 55 | 5F | AD | 33 | 2D | 0 | 20 | E9 | 23 | 33 |
| Octal | 125 | 137 | 255 | 63 | 55 | 0 | 40 | 351 | 43 | 63 |
| Binary | 1010101 | 1011111 | 10101101 | 110011 | 101101 | 0 | 100000 | 11101001 | 100011 | 110011 |
Color Harmonies of #555FAD
Complementary color
Monochromatic Colors of #555FAD
Black with #555FAD
Text Example
Text Example
White with #555FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FAD; }
p { color: rgb(85,95,173); }
H1.HeaderClassName
{
color: #555FAD;
}
.AnyTagClassName
{
color: #555FAD;
}
</style>
background-color css
<style>
a { background-color: #555FAD; }
a { background-color: rgb(85,95,173); }
div.DivClassName
{
background-color: #555FAD;
}
.BgClassName
{
background-color: #555FAD;
}
</style>
border-color css
<style>
span { border-color: #555FAD; }
span { border-color: rgb(85,95,173); }
td.TdClassName
{
border-color: #555FAD;
}
.TagClassName
{
border-color: #555FAD;
}
</style>