Shades of Rich Blue #5451AA
Tints of Rich Blue #5451AA
RGB
CMYK
RGB Variations
Color information
#5451AA (or 0x5451AA) is known color: Rich Blue. HEX triplet: 54, 51 and AA. RGB value is (84,81,170). Sum of RGB (Red+Green+Blue) = 84+81+170=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5451AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5451AA is #ABAE55. Grayscale: #5B5B5B. Windows color (decimal): -11251286 or 11161940. OLE color: 11161940.
HSL color Cylindrical-coordinate representation of color #5451AA: hue angle of 242.02º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5451AA is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 81 | 170 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.33 |
| HSL | 242.02º | 0.35% | 0.49% | - |
| HSV(B) | 242.02º | 0.52% | 0.67% | - |
| XYZ | 13.85 | 10.67 | 39.36 | - |
| YUV | 92.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 170 | 0.51 | 0.52 | 0 | 0.33 | 242.02 | 0.35 | 0.49 |
| Hex | 54 | 51 | AA | 33 | 34 | 0 | 21 | F2 | 23 | 31 |
| Octal | 124 | 121 | 252 | 63 | 64 | 0 | 41 | 362 | 43 | 61 |
| Binary | 1010100 | 1010001 | 10101010 | 110011 | 110100 | 0 | 100001 | 11110010 | 100011 | 110001 |
Color Harmonies of #5451AA
Complementary color
Monochromatic Colors of #5451AA
Black with #5451AA
Text Example
Text Example
White with #5451AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5451AA; }
p { color: rgb(84,81,170); }
H1.HeaderClassName
{
color: #5451AA;
}
.AnyTagClassName
{
color: #5451AA;
}
</style>
background-color css
<style>
a { background-color: #5451AA; }
a { background-color: rgb(84,81,170); }
div.DivClassName
{
background-color: #5451AA;
}
.BgClassName
{
background-color: #5451AA;
}
</style>
border-color css
<style>
span { border-color: #5451AA; }
span { border-color: rgb(84,81,170); }
td.TdClassName
{
border-color: #5451AA;
}
.TagClassName
{
border-color: #5451AA;
}
</style>