Shades of Rich Blue #5450AC
Tints of Rich Blue #5450AC
RGB
CMYK
RGB Variations
Color information
#5450AC (or 0x5450AC) is known color: Rich Blue. HEX triplet: 54, 50 and AC. RGB value is (84,80,172). Sum of RGB (Red+Green+Blue) = 84+80+172=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #5450AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5450AC is #ABAF53. Grayscale: #5B5B5B. Windows color (decimal): -11251540 or 11292756. OLE color: 11292756.
HSL color Cylindrical-coordinate representation of color #5450AC: hue angle of 242.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5450AC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 80 | 172 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.33 |
| HSL | 242.61º | 0.37% | 0.49% | - |
| HSV(B) | 242.61º | 0.53% | 0.67% | - |
| XYZ | 13.97 | 10.6 | 40.34 | - |
| YUV | 91.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 172 | 0.51 | 0.53 | 0 | 0.33 | 242.61 | 0.37 | 0.49 |
| Hex | 54 | 50 | AC | 33 | 35 | 0 | 21 | F3 | 25 | 31 |
| Octal | 124 | 120 | 254 | 63 | 65 | 0 | 41 | 363 | 45 | 61 |
| Binary | 1010100 | 1010000 | 10101100 | 110011 | 110101 | 0 | 100001 | 11110011 | 100101 | 110001 |
Color Harmonies of #5450AC
Complementary color
Monochromatic Colors of #5450AC
Black with #5450AC
Text Example
Text Example
White with #5450AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5450AC; }
p { color: rgb(84,80,172); }
H1.HeaderClassName
{
color: #5450AC;
}
.AnyTagClassName
{
color: #5450AC;
}
</style>
background-color css
<style>
a { background-color: #5450AC; }
a { background-color: rgb(84,80,172); }
div.DivClassName
{
background-color: #5450AC;
}
.BgClassName
{
background-color: #5450AC;
}
</style>
border-color css
<style>
span { border-color: #5450AC; }
span { border-color: rgb(84,80,172); }
td.TdClassName
{
border-color: #5450AC;
}
.TagClassName
{
border-color: #5450AC;
}
</style>