Shades of Rich Blue #545AB6
Tints of Rich Blue #545AB6
RGB
CMYK
RGB Variations
Color information
#545AB6 (or 0x545AB6) is known color: Rich Blue. HEX triplet: 54, 5A and B6. RGB value is (84,90,182). Sum of RGB (Red+Green+Blue) = 84+90+182=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #545AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545AB6 is #ABA549. Grayscale: #626262. Windows color (decimal): -11248970 or 11950676. OLE color: 11950676.
HSL color Cylindrical-coordinate representation of color #545AB6: hue angle of 236.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #545AB6 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 90 | 182 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.29 |
| HSL | 236.33º | 0.4% | 0.52% | - |
| HSV(B) | 236.33º | 0.54% | 0.71% | - |
| XYZ | 15.76 | 12.57 | 45.85 | - |
| YUV | 98.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 182 | 0.54 | 0.51 | 0 | 0.29 | 236.33 | 0.4 | 0.52 |
| Hex | 54 | 5A | B6 | 36 | 33 | 0 | 1D | EC | 28 | 34 |
| Octal | 124 | 132 | 266 | 66 | 63 | 0 | 35 | 354 | 50 | 64 |
| Binary | 1010100 | 1011010 | 10110110 | 110110 | 110011 | 0 | 11101 | 11101100 | 101000 | 110100 |
Color Harmonies of #545AB6
Complementary color
Monochromatic Colors of #545AB6
Black with #545AB6
Text Example
Text Example
White with #545AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AB6; }
p { color: rgb(84,90,182); }
H1.HeaderClassName
{
color: #545AB6;
}
.AnyTagClassName
{
color: #545AB6;
}
</style>
background-color css
<style>
a { background-color: #545AB6; }
a { background-color: rgb(84,90,182); }
div.DivClassName
{
background-color: #545AB6;
}
.BgClassName
{
background-color: #545AB6;
}
</style>
border-color css
<style>
span { border-color: #545AB6; }
span { border-color: rgb(84,90,182); }
td.TdClassName
{
border-color: #545AB6;
}
.TagClassName
{
border-color: #545AB6;
}
</style>