Shades of Rich Blue #5456BC
Tints of Rich Blue #5456BC
RGB
CMYK
RGB Variations
Color information
#5456BC (or 0x5456BC) is known color: Rich Blue. HEX triplet: 54, 56 and BC. RGB value is (84,86,188). Sum of RGB (Red+Green+Blue) = 84+86+188=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #5456BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5456BC is #ABA943. Grayscale: #606060. Windows color (decimal): -11249988 or 12342868. OLE color: 12342868.
HSL color Cylindrical-coordinate representation of color #5456BC: hue angle of 238.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5456BC is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 86 | 188 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.26 |
| HSL | 238.85º | 0.44% | 0.53% | - |
| HSV(B) | 238.85º | 0.55% | 0.74% | - |
| XYZ | 16.06 | 12.17 | 49.08 | - |
| YUV | 97.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 188 | 0.55 | 0.54 | 0 | 0.26 | 238.85 | 0.44 | 0.53 |
| Hex | 54 | 56 | BC | 37 | 36 | 0 | 1A | EF | 2C | 35 |
| Octal | 124 | 126 | 274 | 67 | 66 | 0 | 32 | 357 | 54 | 65 |
| Binary | 1010100 | 1010110 | 10111100 | 110111 | 110110 | 0 | 11010 | 11101111 | 101100 | 110101 |
Color Harmonies of #5456BC
Complementary color
Monochromatic Colors of #5456BC
Black with #5456BC
Text Example
Text Example
White with #5456BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5456BC; }
p { color: rgb(84,86,188); }
H1.HeaderClassName
{
color: #5456BC;
}
.AnyTagClassName
{
color: #5456BC;
}
</style>
background-color css
<style>
a { background-color: #5456BC; }
a { background-color: rgb(84,86,188); }
div.DivClassName
{
background-color: #5456BC;
}
.BgClassName
{
background-color: #5456BC;
}
</style>
border-color css
<style>
span { border-color: #5456BC; }
span { border-color: rgb(84,86,188); }
td.TdClassName
{
border-color: #5456BC;
}
.TagClassName
{
border-color: #5456BC;
}
</style>