Shades of Rich Blue #5456AE
Tints of Rich Blue #5456AE
RGB
CMYK
RGB Variations
Color information
#5456AE (or 0x5456AE) is known color: Rich Blue. HEX triplet: 54, 56 and AE. RGB value is (84,86,174). Sum of RGB (Red+Green+Blue) = 84+86+174=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #5456AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5456AE is #ABA951. Grayscale: #5F5F5F. Windows color (decimal): -11250002 or 11425364. OLE color: 11425364.
HSL color Cylindrical-coordinate representation of color #5456AE: hue angle of 238.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5456AE is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 86 | 174 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.32 |
| HSL | 238.67º | 0.36% | 0.51% | - |
| HSV(B) | 238.67º | 0.52% | 0.68% | - |
| XYZ | 14.62 | 11.6 | 41.51 | - |
| YUV | 95.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 174 | 0.52 | 0.51 | 0 | 0.32 | 238.67 | 0.36 | 0.51 |
| Hex | 54 | 56 | AE | 34 | 33 | 0 | 20 | EF | 24 | 33 |
| Octal | 124 | 126 | 256 | 64 | 63 | 0 | 40 | 357 | 44 | 63 |
| Binary | 1010100 | 1010110 | 10101110 | 110100 | 110011 | 0 | 100000 | 11101111 | 100100 | 110011 |
Color Harmonies of #5456AE
Complementary color
Monochromatic Colors of #5456AE
Black with #5456AE
Text Example
Text Example
White with #5456AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5456AE; }
p { color: rgb(84,86,174); }
H1.HeaderClassName
{
color: #5456AE;
}
.AnyTagClassName
{
color: #5456AE;
}
</style>
background-color css
<style>
a { background-color: #5456AE; }
a { background-color: rgb(84,86,174); }
div.DivClassName
{
background-color: #5456AE;
}
.BgClassName
{
background-color: #5456AE;
}
</style>
border-color css
<style>
span { border-color: #5456AE; }
span { border-color: rgb(84,86,174); }
td.TdClassName
{
border-color: #5456AE;
}
.TagClassName
{
border-color: #5456AE;
}
</style>