Shades of Rich Blue #5450A5
Tints of Rich Blue #5450A5
RGB
CMYK
RGB Variations
Color information
#5450A5 (or 0x5450A5) is known color: Rich Blue. HEX triplet: 54, 50 and A5. RGB value is (84,80,165). Sum of RGB (Red+Green+Blue) = 84+80+165=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #5450A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5450A5 is #ABAF5A. Grayscale: #5A5A5A. Windows color (decimal): -11251547 or 10834004. OLE color: 10834004.
HSL color Cylindrical-coordinate representation of color #5450A5: hue angle of 242.82º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5450A5 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 80 | 165 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.35 |
| HSL | 242.82º | 0.35% | 0.48% | - |
| HSV(B) | 242.82º | 0.52% | 0.65% | - |
| XYZ | 13.32 | 10.34 | 36.89 | - |
| YUV | 90.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 165 | 0.49 | 0.52 | 0 | 0.35 | 242.82 | 0.35 | 0.48 |
| Hex | 54 | 50 | A5 | 31 | 34 | 0 | 23 | F3 | 23 | 30 |
| Octal | 124 | 120 | 245 | 61 | 64 | 0 | 43 | 363 | 43 | 60 |
| Binary | 1010100 | 1010000 | 10100101 | 110001 | 110100 | 0 | 100011 | 11110011 | 100011 | 110000 |
Color Harmonies of #5450A5
Complementary color
Monochromatic Colors of #5450A5
Black with #5450A5
Text Example
Text Example
White with #5450A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5450A5; }
p { color: rgb(84,80,165); }
H1.HeaderClassName
{
color: #5450A5;
}
.AnyTagClassName
{
color: #5450A5;
}
</style>
background-color css
<style>
a { background-color: #5450A5; }
a { background-color: rgb(84,80,165); }
div.DivClassName
{
background-color: #5450A5;
}
.BgClassName
{
background-color: #5450A5;
}
</style>
border-color css
<style>
span { border-color: #5450A5; }
span { border-color: rgb(84,80,165); }
td.TdClassName
{
border-color: #5450A5;
}
.TagClassName
{
border-color: #5450A5;
}
</style>