Shades of Rich Blue #545DB6
Tints of Rich Blue #545DB6
RGB
CMYK
RGB Variations
Color information
#545DB6 (or 0x545DB6) is known color: Rich Blue. HEX triplet: 54, 5D and B6. RGB value is (84,93,182). Sum of RGB (Red+Green+Blue) = 84+93+182=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #545DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DB6 is #ABA249. Grayscale: #646464. Windows color (decimal): -11248202 or 11951444. OLE color: 11951444.
HSL color Cylindrical-coordinate representation of color #545DB6: hue angle of 234.49º 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 #545DB6 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 93 | 182 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.29 |
| HSL | 234.49º | 0.4% | 0.52% | - |
| HSV(B) | 234.49º | 0.54% | 0.71% | - |
| XYZ | 16.01 | 13.09 | 45.94 | - |
| YUV | 100.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 182 | 0.54 | 0.49 | 0 | 0.29 | 234.49 | 0.4 | 0.52 |
| Hex | 54 | 5D | B6 | 36 | 31 | 0 | 1D | EA | 28 | 34 |
| Octal | 124 | 135 | 266 | 66 | 61 | 0 | 35 | 352 | 50 | 64 |
| Binary | 1010100 | 1011101 | 10110110 | 110110 | 110001 | 0 | 11101 | 11101010 | 101000 | 110100 |
Color Harmonies of #545DB6
Complementary color
Monochromatic Colors of #545DB6
Black with #545DB6
Text Example
Text Example
White with #545DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DB6; }
p { color: rgb(84,93,182); }
H1.HeaderClassName
{
color: #545DB6;
}
.AnyTagClassName
{
color: #545DB6;
}
</style>
background-color css
<style>
a { background-color: #545DB6; }
a { background-color: rgb(84,93,182); }
div.DivClassName
{
background-color: #545DB6;
}
.BgClassName
{
background-color: #545DB6;
}
</style>
border-color css
<style>
span { border-color: #545DB6; }
span { border-color: rgb(84,93,182); }
td.TdClassName
{
border-color: #545DB6;
}
.TagClassName
{
border-color: #545DB6;
}
</style>