Shades of Rich Blue #5459BB
Tints of Rich Blue #5459BB
RGB
CMYK
RGB Variations
Color information
#5459BB (or 0x5459BB) is known color: Rich Blue. HEX triplet: 54, 59 and BB. RGB value is (84,89,187). Sum of RGB (Red+Green+Blue) = 84+89+187=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #5459BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459BB is #ABA644. Grayscale: #626262. Windows color (decimal): -11249221 or 12278100. OLE color: 12278100.
HSL color Cylindrical-coordinate representation of color #5459BB: hue angle of 237.09º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5459BB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 89 | 187 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.27 |
| HSL | 237.09º | 0.43% | 0.53% | - |
| HSV(B) | 237.09º | 0.55% | 0.73% | - |
| XYZ | 16.2 | 12.62 | 48.6 | - |
| YUV | 98.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 187 | 0.55 | 0.52 | 0 | 0.27 | 237.09 | 0.43 | 0.53 |
| Hex | 54 | 59 | BB | 37 | 34 | 0 | 1B | ED | 2B | 35 |
| Octal | 124 | 131 | 273 | 67 | 64 | 0 | 33 | 355 | 53 | 65 |
| Binary | 1010100 | 1011001 | 10111011 | 110111 | 110100 | 0 | 11011 | 11101101 | 101011 | 110101 |
Color Harmonies of #5459BB
Complementary color
Monochromatic Colors of #5459BB
Black with #5459BB
Text Example
Text Example
White with #5459BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459BB; }
p { color: rgb(84,89,187); }
H1.HeaderClassName
{
color: #5459BB;
}
.AnyTagClassName
{
color: #5459BB;
}
</style>
background-color css
<style>
a { background-color: #5459BB; }
a { background-color: rgb(84,89,187); }
div.DivClassName
{
background-color: #5459BB;
}
.BgClassName
{
background-color: #5459BB;
}
</style>
border-color css
<style>
span { border-color: #5459BB; }
span { border-color: rgb(84,89,187); }
td.TdClassName
{
border-color: #5459BB;
}
.TagClassName
{
border-color: #5459BB;
}
</style>