Shades of Rich Blue #545CB0
Tints of Rich Blue #545CB0
RGB
CMYK
RGB Variations
Color information
#545CB0 (or 0x545CB0) is known color: Rich Blue. HEX triplet: 54, 5C and B0. RGB value is (84,92,176). Sum of RGB (Red+Green+Blue) = 84+92+176=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #545CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545CB0 is #ABA34F. Grayscale: #626262. Windows color (decimal): -11248464 or 11557972. OLE color: 11557972.
HSL color Cylindrical-coordinate representation of color #545CB0: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545CB0 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 92 | 176 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.31 |
| HSL | 234.78º | 0.37% | 0.51% | - |
| HSV(B) | 234.78º | 0.52% | 0.69% | - |
| XYZ | 15.32 | 12.67 | 42.71 | - |
| YUV | 99.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 176 | 0.52 | 0.48 | 0 | 0.31 | 234.78 | 0.37 | 0.51 |
| Hex | 54 | 5C | B0 | 34 | 30 | 0 | 1F | EB | 25 | 33 |
| Octal | 124 | 134 | 260 | 64 | 60 | 0 | 37 | 353 | 45 | 63 |
| Binary | 1010100 | 1011100 | 10110000 | 110100 | 110000 | 0 | 11111 | 11101011 | 100101 | 110011 |
Color Harmonies of #545CB0
Complementary color
Monochromatic Colors of #545CB0
Black with #545CB0
Text Example
Text Example
White with #545CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CB0; }
p { color: rgb(84,92,176); }
H1.HeaderClassName
{
color: #545CB0;
}
.AnyTagClassName
{
color: #545CB0;
}
</style>
background-color css
<style>
a { background-color: #545CB0; }
a { background-color: rgb(84,92,176); }
div.DivClassName
{
background-color: #545CB0;
}
.BgClassName
{
background-color: #545CB0;
}
</style>
border-color css
<style>
span { border-color: #545CB0; }
span { border-color: rgb(84,92,176); }
td.TdClassName
{
border-color: #545CB0;
}
.TagClassName
{
border-color: #545CB0;
}
</style>