Shades of Rich Blue #545DB4
Tints of Rich Blue #545DB4
RGB
CMYK
RGB Variations
Color information
#545DB4 (or 0x545DB4) is known color: Rich Blue. HEX triplet: 54, 5D and B4. RGB value is (84,93,180). Sum of RGB (Red+Green+Blue) = 84+93+180=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #545DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DB4 is #ABA24B. Grayscale: #636363. Windows color (decimal): -11248204 or 11820372. OLE color: 11820372.
HSL color Cylindrical-coordinate representation of color #545DB4: hue angle of 234.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #545DB4 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 93 | 180 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.29 |
| HSL | 234.38º | 0.39% | 0.52% | - |
| HSV(B) | 234.38º | 0.53% | 0.71% | - |
| XYZ | 15.81 | 13.01 | 44.86 | - |
| YUV | 100.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 180 | 0.53 | 0.48 | 0 | 0.29 | 234.38 | 0.39 | 0.52 |
| Hex | 54 | 5D | B4 | 35 | 30 | 0 | 1D | EA | 27 | 34 |
| Octal | 124 | 135 | 264 | 65 | 60 | 0 | 35 | 352 | 47 | 64 |
| Binary | 1010100 | 1011101 | 10110100 | 110101 | 110000 | 0 | 11101 | 11101010 | 100111 | 110100 |
Color Harmonies of #545DB4
Complementary color
Monochromatic Colors of #545DB4
Black with #545DB4
Text Example
Text Example
White with #545DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DB4; }
p { color: rgb(84,93,180); }
H1.HeaderClassName
{
color: #545DB4;
}
.AnyTagClassName
{
color: #545DB4;
}
</style>
background-color css
<style>
a { background-color: #545DB4; }
a { background-color: rgb(84,93,180); }
div.DivClassName
{
background-color: #545DB4;
}
.BgClassName
{
background-color: #545DB4;
}
</style>
border-color css
<style>
span { border-color: #545DB4; }
span { border-color: rgb(84,93,180); }
td.TdClassName
{
border-color: #545DB4;
}
.TagClassName
{
border-color: #545DB4;
}
</style>