Shades of Rich Blue #555FAE
Tints of Rich Blue #555FAE
RGB
CMYK
RGB Variations
Color information
#555FAE (or 0x555FAE) is known color: Rich Blue. HEX triplet: 55, 5F and AE. RGB value is (85,95,174). Sum of RGB (Red+Green+Blue) = 85+95+174=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #555FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FAE is #AAA051. Grayscale: #646464. Windows color (decimal): -11182162 or 11427669. OLE color: 11427669.
HSL color Cylindrical-coordinate representation of color #555FAE: hue angle of 233.26º 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 #555FAE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 95 | 174 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.32 |
| HSL | 233.26º | 0.35% | 0.51% | - |
| HSV(B) | 233.26º | 0.51% | 0.68% | - |
| XYZ | 15.48 | 13.17 | 41.77 | - |
| YUV | 101.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 174 | 0.51 | 0.45 | 0 | 0.32 | 233.26 | 0.35 | 0.51 |
| Hex | 55 | 5F | AE | 33 | 2D | 0 | 20 | E9 | 23 | 33 |
| Octal | 125 | 137 | 256 | 63 | 55 | 0 | 40 | 351 | 43 | 63 |
| Binary | 1010101 | 1011111 | 10101110 | 110011 | 101101 | 0 | 100000 | 11101001 | 100011 | 110011 |
Color Harmonies of #555FAE
Complementary color
Monochromatic Colors of #555FAE
Black with #555FAE
Text Example
Text Example
White with #555FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FAE; }
p { color: rgb(85,95,174); }
H1.HeaderClassName
{
color: #555FAE;
}
.AnyTagClassName
{
color: #555FAE;
}
</style>
background-color css
<style>
a { background-color: #555FAE; }
a { background-color: rgb(85,95,174); }
div.DivClassName
{
background-color: #555FAE;
}
.BgClassName
{
background-color: #555FAE;
}
</style>
border-color css
<style>
span { border-color: #555FAE; }
span { border-color: rgb(85,95,174); }
td.TdClassName
{
border-color: #555FAE;
}
.TagClassName
{
border-color: #555FAE;
}
</style>