Shades of Rich Blue #5554AC
Tints of Rich Blue #5554AC
RGB
CMYK
RGB Variations
Color information
#5554AC (or 0x5554AC) is known color: Rich Blue. HEX triplet: 55, 54 and AC. RGB value is (85,84,172). Sum of RGB (Red+Green+Blue) = 85+84+172=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #5554AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5554AC is #AAAB53. Grayscale: #5D5D5D. Windows color (decimal): -11184980 or 11293781. OLE color: 11293781.
HSL color Cylindrical-coordinate representation of color #5554AC: hue angle of 240.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5554AC is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 84 | 172 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.33 |
| HSL | 240.68º | 0.35% | 0.5% | - |
| HSV(B) | 240.68º | 0.51% | 0.67% | - |
| XYZ | 14.36 | 11.25 | 40.44 | - |
| YUV | 94.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 172 | 0.51 | 0.51 | 0 | 0.33 | 240.68 | 0.35 | 0.5 |
| Hex | 55 | 54 | AC | 33 | 33 | 0 | 21 | F1 | 23 | 32 |
| Octal | 125 | 124 | 254 | 63 | 63 | 0 | 41 | 361 | 43 | 62 |
| Binary | 1010101 | 1010100 | 10101100 | 110011 | 110011 | 0 | 100001 | 11110001 | 100011 | 110010 |
Color Harmonies of #5554AC
Complementary color
Monochromatic Colors of #5554AC
Black with #5554AC
Text Example
Text Example
White with #5554AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5554AC; }
p { color: rgb(85,84,172); }
H1.HeaderClassName
{
color: #5554AC;
}
.AnyTagClassName
{
color: #5554AC;
}
</style>
background-color css
<style>
a { background-color: #5554AC; }
a { background-color: rgb(85,84,172); }
div.DivClassName
{
background-color: #5554AC;
}
.BgClassName
{
background-color: #5554AC;
}
</style>
border-color css
<style>
span { border-color: #5554AC; }
span { border-color: rgb(85,84,172); }
td.TdClassName
{
border-color: #5554AC;
}
.TagClassName
{
border-color: #5554AC;
}
</style>