Shades of Rich Blue #5450BD
Tints of Rich Blue #5450BD
RGB
CMYK
RGB Variations
Color information
#5450BD (or 0x5450BD) is known color: Rich Blue. HEX triplet: 54, 50 and BD. RGB value is (84,80,189). Sum of RGB (Red+Green+Blue) = 84+80+189=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #5450BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450BD is #ABAF42. Grayscale: #5D5D5D. Windows color (decimal): -11251523 or 12406868. OLE color: 12406868.
HSL color Cylindrical-coordinate representation of color #5450BD: hue angle of 242.2º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5450BD is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 80 | 189 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.26 |
| HSL | 242.2º | 0.45% | 0.53% | - |
| HSV(B) | 242.2º | 0.58% | 0.74% | - |
| XYZ | 15.71 | 11.3 | 49.5 | - |
| YUV | 93.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 189 | 0.56 | 0.58 | 0 | 0.26 | 242.2 | 0.45 | 0.53 |
| Hex | 54 | 50 | BD | 38 | 3A | 0 | 1A | F2 | 2D | 35 |
| Octal | 124 | 120 | 275 | 70 | 72 | 0 | 32 | 362 | 55 | 65 |
| Binary | 1010100 | 1010000 | 10111101 | 111000 | 111010 | 0 | 11010 | 11110010 | 101101 | 110101 |
Color Harmonies of #5450BD
Complementary color
Monochromatic Colors of #5450BD
Black with #5450BD
Text Example
Text Example
White with #5450BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5450BD; }
p { color: rgb(84,80,189); }
H1.HeaderClassName
{
color: #5450BD;
}
.AnyTagClassName
{
color: #5450BD;
}
</style>
background-color css
<style>
a { background-color: #5450BD; }
a { background-color: rgb(84,80,189); }
div.DivClassName
{
background-color: #5450BD;
}
.BgClassName
{
background-color: #5450BD;
}
</style>
border-color css
<style>
span { border-color: #5450BD; }
span { border-color: rgb(84,80,189); }
td.TdClassName
{
border-color: #5450BD;
}
.TagClassName
{
border-color: #5450BD;
}
</style>