Shades of Rich Blue #5A54BD
Tints of Rich Blue #5A54BD
RGB
CMYK
RGB Variations
Color information
#5A54BD (or 0x5A54BD) is known color: Rich Blue. HEX triplet: 5A, 54 and BD. RGB value is (90,84,189). Sum of RGB (Red+Green+Blue) = 90+84+189=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A54BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A54BD is #A5AB42. Grayscale: #616161. Windows color (decimal): -10857283 or 12407898. OLE color: 12407898.
HSL color Cylindrical-coordinate representation of color #5A54BD: hue angle of 243.43º 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 #5A54BD is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 84 | 189 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.26 |
| HSL | 243.43º | 0.44% | 0.54% | - |
| HSV(B) | 243.43º | 0.56% | 0.74% | - |
| XYZ | 16.57 | 12.19 | 49.62 | - |
| YUV | 97.76 | 179.49 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 189 | 0.52 | 0.56 | 0 | 0.26 | 243.43 | 0.44 | 0.54 |
| Hex | 5A | 54 | BD | 34 | 38 | 0 | 1A | F3 | 2C | 36 |
| Octal | 132 | 124 | 275 | 64 | 70 | 0 | 32 | 363 | 54 | 66 |
| Binary | 1011010 | 1010100 | 10111101 | 110100 | 111000 | 0 | 11010 | 11110011 | 101100 | 110110 |
Color Harmonies of #5A54BD
Complementary color
Monochromatic Colors of #5A54BD
Black with #5A54BD
Text Example
Text Example
White with #5A54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A54BD; }
p { color: rgb(90,84,189); }
H1.HeaderClassName
{
color: #5A54BD;
}
.AnyTagClassName
{
color: #5A54BD;
}
</style>
background-color css
<style>
a { background-color: #5A54BD; }
a { background-color: rgb(90,84,189); }
div.DivClassName
{
background-color: #5A54BD;
}
.BgClassName
{
background-color: #5A54BD;
}
</style>
border-color css
<style>
span { border-color: #5A54BD; }
span { border-color: rgb(90,84,189); }
td.TdClassName
{
border-color: #5A54BD;
}
.TagClassName
{
border-color: #5A54BD;
}
</style>