Shades of Rich Blue #5459BD
Tints of Rich Blue #5459BD
RGB
CMYK
RGB Variations
Color information
#5459BD (or 0x5459BD) is known color: Rich Blue. HEX triplet: 54, 59 and BD. RGB value is (84,89,189). Sum of RGB (Red+Green+Blue) = 84+89+189=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #5459BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459BD is #ABA642. Grayscale: #626262. Windows color (decimal): -11249219 or 12409172. OLE color: 12409172.
HSL color Cylindrical-coordinate representation of color #5459BD: hue angle of 237.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5459BD is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 89 | 189 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.26 |
| HSL | 237.14º | 0.44% | 0.54% | - |
| HSV(B) | 237.14º | 0.56% | 0.74% | - |
| XYZ | 16.41 | 12.7 | 49.73 | - |
| YUV | 98.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 189 | 0.56 | 0.53 | 0 | 0.26 | 237.14 | 0.44 | 0.54 |
| Hex | 54 | 59 | BD | 38 | 35 | 0 | 1A | ED | 2C | 36 |
| Octal | 124 | 131 | 275 | 70 | 65 | 0 | 32 | 355 | 54 | 66 |
| Binary | 1010100 | 1011001 | 10111101 | 111000 | 110101 | 0 | 11010 | 11101101 | 101100 | 110110 |
Color Harmonies of #5459BD
Complementary color
Monochromatic Colors of #5459BD
Black with #5459BD
Text Example
Text Example
White with #5459BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459BD; }
p { color: rgb(84,89,189); }
H1.HeaderClassName
{
color: #5459BD;
}
.AnyTagClassName
{
color: #5459BD;
}
</style>
background-color css
<style>
a { background-color: #5459BD; }
a { background-color: rgb(84,89,189); }
div.DivClassName
{
background-color: #5459BD;
}
.BgClassName
{
background-color: #5459BD;
}
</style>
border-color css
<style>
span { border-color: #5459BD; }
span { border-color: rgb(84,89,189); }
td.TdClassName
{
border-color: #5459BD;
}
.TagClassName
{
border-color: #5459BD;
}
</style>