Shades of Rich Blue #5459AC
Tints of Rich Blue #5459AC
RGB
CMYK
RGB Variations
Color information
#5459AC (or 0x5459AC) is known color: Rich Blue. HEX triplet: 54, 59 and AC. RGB value is (84,89,172). Sum of RGB (Red+Green+Blue) = 84+89+172=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #5459AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5459AC is #ABA653. Grayscale: #606060. Windows color (decimal): -11249236 or 11295060. OLE color: 11295060.
HSL color Cylindrical-coordinate representation of color #5459AC: hue angle of 236.59º 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 #5459AC is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 89 | 172 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.33 |
| HSL | 236.59º | 0.35% | 0.5% | - |
| HSV(B) | 236.59º | 0.51% | 0.67% | - |
| XYZ | 14.67 | 12.01 | 40.57 | - |
| YUV | 96.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 172 | 0.51 | 0.48 | 0 | 0.33 | 236.59 | 0.35 | 0.5 |
| Hex | 54 | 59 | AC | 33 | 30 | 0 | 21 | ED | 23 | 32 |
| Octal | 124 | 131 | 254 | 63 | 60 | 0 | 41 | 355 | 43 | 62 |
| Binary | 1010100 | 1011001 | 10101100 | 110011 | 110000 | 0 | 100001 | 11101101 | 100011 | 110010 |
Color Harmonies of #5459AC
Complementary color
Monochromatic Colors of #5459AC
Black with #5459AC
Text Example
Text Example
White with #5459AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459AC; }
p { color: rgb(84,89,172); }
H1.HeaderClassName
{
color: #5459AC;
}
.AnyTagClassName
{
color: #5459AC;
}
</style>
background-color css
<style>
a { background-color: #5459AC; }
a { background-color: rgb(84,89,172); }
div.DivClassName
{
background-color: #5459AC;
}
.BgClassName
{
background-color: #5459AC;
}
</style>
border-color css
<style>
span { border-color: #5459AC; }
span { border-color: rgb(84,89,172); }
td.TdClassName
{
border-color: #5459AC;
}
.TagClassName
{
border-color: #5459AC;
}
</style>