Shades of Rich Blue #5443BF
Tints of Rich Blue #5443BF
RGB
CMYK
RGB Variations
Color information
#5443BF (or 0x5443BF) is known color: Rich Blue. HEX triplet: 54, 43 and BF. RGB value is (84,67,191). Sum of RGB (Red+Green+Blue) = 84+67+191=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #5443BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5443BF is #ABBC40. Grayscale: #555555. Windows color (decimal): -11254849 or 12534612. OLE color: 12534612.
HSL color Cylindrical-coordinate representation of color #5443BF: hue angle of 248.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5443BF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 67 | 191 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.25 |
| HSL | 248.23º | 0.49% | 0.51% | - |
| HSV(B) | 248.23º | 0.65% | 0.75% | - |
| XYZ | 15.07 | 9.66 | 50.36 | - |
| YUV | 86.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 191 | 0.56 | 0.65 | 0 | 0.25 | 248.23 | 0.49 | 0.51 |
| Hex | 54 | 43 | BF | 38 | 41 | 0 | 19 | F8 | 31 | 33 |
| Octal | 124 | 103 | 277 | 70 | 101 | 0 | 31 | 370 | 61 | 63 |
| Binary | 1010100 | 1000011 | 10111111 | 111000 | 1000001 | 0 | 11001 | 11111000 | 110001 | 110011 |
Color Harmonies of #5443BF
Complementary color
Monochromatic Colors of #5443BF
Black with #5443BF
Text Example
Text Example
White with #5443BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5443BF; }
p { color: rgb(84,67,191); }
H1.HeaderClassName
{
color: #5443BF;
}
.AnyTagClassName
{
color: #5443BF;
}
</style>
background-color css
<style>
a { background-color: #5443BF; }
a { background-color: rgb(84,67,191); }
div.DivClassName
{
background-color: #5443BF;
}
.BgClassName
{
background-color: #5443BF;
}
</style>
border-color css
<style>
span { border-color: #5443BF; }
span { border-color: rgb(84,67,191); }
td.TdClassName
{
border-color: #5443BF;
}
.TagClassName
{
border-color: #5443BF;
}
</style>