Shades of Rich Blue #5455AA
Tints of Rich Blue #5455AA
RGB
CMYK
RGB Variations
Color information
#5455AA (or 0x5455AA) is known color: Rich Blue. HEX triplet: 54, 55 and AA. RGB value is (84,85,170). Sum of RGB (Red+Green+Blue) = 84+85+170=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #5455AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5455AA is #ABAA55. Grayscale: #5E5E5E. Windows color (decimal): -11250262 or 11162964. OLE color: 11162964.
HSL color Cylindrical-coordinate representation of color #5455AA: hue angle of 239.3º degrees, saturation: 0.34, 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 #5455AA is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 85 | 170 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.33 |
| HSL | 239.3º | 0.34% | 0.5% | - |
| HSV(B) | 239.3º | 0.51% | 0.67% | - |
| XYZ | 14.16 | 11.28 | 39.46 | - |
| YUV | 94.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 170 | 0.51 | 0.50 | 0 | 0.33 | 239.3 | 0.34 | 0.5 |
| Hex | 54 | 55 | AA | 33 | 32 | 0 | 21 | EF | 22 | 32 |
| Octal | 124 | 125 | 252 | 63 | 62 | 0 | 41 | 357 | 42 | 62 |
| Binary | 1010100 | 1010101 | 10101010 | 110011 | 110010 | 0 | 100001 | 11101111 | 100010 | 110010 |
Color Harmonies of #5455AA
Complementary color
Monochromatic Colors of #5455AA
Black with #5455AA
Text Example
Text Example
White with #5455AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5455AA; }
p { color: rgb(84,85,170); }
H1.HeaderClassName
{
color: #5455AA;
}
.AnyTagClassName
{
color: #5455AA;
}
</style>
background-color css
<style>
a { background-color: #5455AA; }
a { background-color: rgb(84,85,170); }
div.DivClassName
{
background-color: #5455AA;
}
.BgClassName
{
background-color: #5455AA;
}
</style>
border-color css
<style>
span { border-color: #5455AA; }
span { border-color: rgb(84,85,170); }
td.TdClassName
{
border-color: #5455AA;
}
.TagClassName
{
border-color: #5455AA;
}
</style>