Shades of Rich Blue #5441B3
Tints of Rich Blue #5441B3
RGB
CMYK
RGB Variations
Color information
#5441B3 (or 0x5441B3) is known color: Rich Blue. HEX triplet: 54, 41 and B3. RGB value is (84,65,179). Sum of RGB (Red+Green+Blue) = 84+65+179=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #5441B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441B3 is #ABBE4C. Grayscale: #535353. Windows color (decimal): -11255373 or 11747668. OLE color: 11747668.
HSL color Cylindrical-coordinate representation of color #5441B3: hue angle of 250º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5441B3 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 65 | 179 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.30 |
| HSL | 250º | 0.47% | 0.48% | - |
| HSV(B) | 250º | 0.64% | 0.7% | - |
| XYZ | 13.68 | 8.92 | 43.65 | - |
| YUV | 83.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 179 | 0.53 | 0.64 | 0 | 0.30 | 250 | 0.47 | 0.48 |
| Hex | 54 | 41 | B3 | 35 | 40 | 0 | 1E | FA | 2F | 30 |
| Octal | 124 | 101 | 263 | 65 | 100 | 0 | 36 | 372 | 57 | 60 |
| Binary | 1010100 | 1000001 | 10110011 | 110101 | 1000000 | 0 | 11110 | 11111010 | 101111 | 110000 |
Color Harmonies of #5441B3
Complementary color
Monochromatic Colors of #5441B3
Black with #5441B3
Text Example
Text Example
White with #5441B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5441B3; }
p { color: rgb(84,65,179); }
H1.HeaderClassName
{
color: #5441B3;
}
.AnyTagClassName
{
color: #5441B3;
}
</style>
background-color css
<style>
a { background-color: #5441B3; }
a { background-color: rgb(84,65,179); }
div.DivClassName
{
background-color: #5441B3;
}
.BgClassName
{
background-color: #5441B3;
}
</style>
border-color css
<style>
span { border-color: #5441B3; }
span { border-color: rgb(84,65,179); }
td.TdClassName
{
border-color: #5441B3;
}
.TagClassName
{
border-color: #5441B3;
}
</style>