Shades of Rich Blue #5448BC
Tints of Rich Blue #5448BC
RGB
CMYK
RGB Variations
Color information
#5448BC (or 0x5448BC) is known color: Rich Blue. HEX triplet: 54, 48 and BC. RGB value is (84,72,188). Sum of RGB (Red+Green+Blue) = 84+72+188=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #5448BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448BC is #ABB743. Grayscale: #585858. Windows color (decimal): -11253572 or 12339284. OLE color: 12339284.
HSL color Cylindrical-coordinate representation of color #5448BC: hue angle of 246.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5448BC is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 72 | 188 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.26 |
| HSL | 246.21º | 0.46% | 0.51% | - |
| HSV(B) | 246.21º | 0.62% | 0.74% | - |
| XYZ | 15.05 | 10.15 | 48.74 | - |
| YUV | 88.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 188 | 0.55 | 0.62 | 0 | 0.26 | 246.21 | 0.46 | 0.51 |
| Hex | 54 | 48 | BC | 37 | 3E | 0 | 1A | F6 | 2E | 33 |
| Octal | 124 | 110 | 274 | 67 | 76 | 0 | 32 | 366 | 56 | 63 |
| Binary | 1010100 | 1001000 | 10111100 | 110111 | 111110 | 0 | 11010 | 11110110 | 101110 | 110011 |
Color Harmonies of #5448BC
Complementary color
Monochromatic Colors of #5448BC
Black with #5448BC
Text Example
Text Example
White with #5448BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5448BC; }
p { color: rgb(84,72,188); }
H1.HeaderClassName
{
color: #5448BC;
}
.AnyTagClassName
{
color: #5448BC;
}
</style>
background-color css
<style>
a { background-color: #5448BC; }
a { background-color: rgb(84,72,188); }
div.DivClassName
{
background-color: #5448BC;
}
.BgClassName
{
background-color: #5448BC;
}
</style>
border-color css
<style>
span { border-color: #5448BC; }
span { border-color: rgb(84,72,188); }
td.TdClassName
{
border-color: #5448BC;
}
.TagClassName
{
border-color: #5448BC;
}
</style>