Shades of Rich Blue #5440B6
Tints of Rich Blue #5440B6
RGB
CMYK
RGB Variations
Color information
#5440B6 (or 0x5440B6) is known color: Rich Blue. HEX triplet: 54, 40 and B6. RGB value is (84,64,182). Sum of RGB (Red+Green+Blue) = 84+64+182=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #5440B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5440B6 is #ABBF49. Grayscale: #525252. Windows color (decimal): -11255626 or 11944020. OLE color: 11944020.
HSL color Cylindrical-coordinate representation of color #5440B6: hue angle of 250.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5440B6 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 64 | 182 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.29 |
| HSL | 250.17º | 0.48% | 0.48% | - |
| HSV(B) | 250.17º | 0.65% | 0.71% | - |
| XYZ | 13.93 | 8.93 | 45.25 | - |
| YUV | 83.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 182 | 0.54 | 0.65 | 0 | 0.29 | 250.17 | 0.48 | 0.48 |
| Hex | 54 | 40 | B6 | 36 | 41 | 0 | 1D | FA | 30 | 30 |
| Octal | 124 | 100 | 266 | 66 | 101 | 0 | 35 | 372 | 60 | 60 |
| Binary | 1010100 | 1000000 | 10110110 | 110110 | 1000001 | 0 | 11101 | 11111010 | 110000 | 110000 |
Color Harmonies of #5440B6
Complementary color
Monochromatic Colors of #5440B6
Black with #5440B6
Text Example
Text Example
White with #5440B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5440B6; }
p { color: rgb(84,64,182); }
H1.HeaderClassName
{
color: #5440B6;
}
.AnyTagClassName
{
color: #5440B6;
}
</style>
background-color css
<style>
a { background-color: #5440B6; }
a { background-color: rgb(84,64,182); }
div.DivClassName
{
background-color: #5440B6;
}
.BgClassName
{
background-color: #5440B6;
}
</style>
border-color css
<style>
span { border-color: #5440B6; }
span { border-color: rgb(84,64,182); }
td.TdClassName
{
border-color: #5440B6;
}
.TagClassName
{
border-color: #5440B6;
}
</style>