Shades of Rich Blue #5444B6
Tints of Rich Blue #5444B6
RGB
CMYK
RGB Variations
Color information
#5444B6 (or 0x5444B6) is known color: Rich Blue. HEX triplet: 54, 44 and B6. RGB value is (84,68,182). Sum of RGB (Red+Green+Blue) = 84+68+182=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #5444B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5444B6 is #ABBB49. Grayscale: #555555. Windows color (decimal): -11254602 or 11945044. OLE color: 11945044.
HSL color Cylindrical-coordinate representation of color #5444B6: hue angle of 248.42º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5444B6 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 68 | 182 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.29 |
| HSL | 248.42º | 0.46% | 0.49% | - |
| HSV(B) | 248.42º | 0.63% | 0.71% | - |
| XYZ | 14.17 | 9.4 | 45.32 | - |
| YUV | 85.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 182 | 0.54 | 0.63 | 0 | 0.29 | 248.42 | 0.46 | 0.49 |
| Hex | 54 | 44 | B6 | 36 | 3F | 0 | 1D | F8 | 2E | 31 |
| Octal | 124 | 104 | 266 | 66 | 77 | 0 | 35 | 370 | 56 | 61 |
| Binary | 1010100 | 1000100 | 10110110 | 110110 | 111111 | 0 | 11101 | 11111000 | 101110 | 110001 |
Color Harmonies of #5444B6
Complementary color
Monochromatic Colors of #5444B6
Black with #5444B6
Text Example
Text Example
White with #5444B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5444B6; }
p { color: rgb(84,68,182); }
H1.HeaderClassName
{
color: #5444B6;
}
.AnyTagClassName
{
color: #5444B6;
}
</style>
background-color css
<style>
a { background-color: #5444B6; }
a { background-color: rgb(84,68,182); }
div.DivClassName
{
background-color: #5444B6;
}
.BgClassName
{
background-color: #5444B6;
}
</style>
border-color css
<style>
span { border-color: #5444B6; }
span { border-color: rgb(84,68,182); }
td.TdClassName
{
border-color: #5444B6;
}
.TagClassName
{
border-color: #5444B6;
}
</style>