Shades of Rich Blue #5442BF
Tints of Rich Blue #5442BF
RGB
CMYK
RGB Variations
Color information
#5442BF (or 0x5442BF) is known color: Rich Blue. HEX triplet: 54, 42 and BF. RGB value is (84,66,191). Sum of RGB (Red+Green+Blue) = 84+66+191=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #5442BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5442BF is #ABBD40. Grayscale: #555555. Windows color (decimal): -11255105 or 12534356. OLE color: 12534356.
HSL color Cylindrical-coordinate representation of color #5442BF: hue angle of 248.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5442BF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 66 | 191 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.25 |
| HSL | 248.64º | 0.49% | 0.5% | - |
| HSV(B) | 248.64º | 0.65% | 0.75% | - |
| XYZ | 15.01 | 9.54 | 50.34 | - |
| YUV | 85.63 | 187.46 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 191 | 0.56 | 0.65 | 0 | 0.25 | 248.64 | 0.49 | 0.5 |
| Hex | 54 | 42 | BF | 38 | 41 | 0 | 19 | F9 | 31 | 32 |
| Octal | 124 | 102 | 277 | 70 | 101 | 0 | 31 | 371 | 61 | 62 |
| Binary | 1010100 | 1000010 | 10111111 | 111000 | 1000001 | 0 | 11001 | 11111001 | 110001 | 110010 |
Color Harmonies of #5442BF
Complementary color
Monochromatic Colors of #5442BF
Black with #5442BF
Text Example
Text Example
White with #5442BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5442BF; }
p { color: rgb(84,66,191); }
H1.HeaderClassName
{
color: #5442BF;
}
.AnyTagClassName
{
color: #5442BF;
}
</style>
background-color css
<style>
a { background-color: #5442BF; }
a { background-color: rgb(84,66,191); }
div.DivClassName
{
background-color: #5442BF;
}
.BgClassName
{
background-color: #5442BF;
}
</style>
border-color css
<style>
span { border-color: #5442BF; }
span { border-color: rgb(84,66,191); }
td.TdClassName
{
border-color: #5442BF;
}
.TagClassName
{
border-color: #5442BF;
}
</style>