Shades of Rich Blue #5D54BD
Tints of Rich Blue #5D54BD
RGB
CMYK
RGB Variations
Color information
#5D54BD (or 0x5D54BD) is known color: Rich Blue. HEX triplet: 5D, 54 and BD. RGB value is (93,84,189). Sum of RGB (Red+Green+Blue) = 93+84+189=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D54BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54BD is #A2AB42. Grayscale: #626262. Windows color (decimal): -10660675 or 12407901. OLE color: 12407901.
HSL color Cylindrical-coordinate representation of color #5D54BD: hue angle of 245.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 #5D54BD is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 84 | 189 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.26 |
| HSL | 245.14º | 0.44% | 0.54% | - |
| HSV(B) | 245.14º | 0.56% | 0.74% | - |
| XYZ | 16.87 | 12.34 | 49.64 | - |
| YUV | 98.66 | 178.98 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 189 | 0.51 | 0.56 | 0 | 0.26 | 245.14 | 0.44 | 0.54 |
| Hex | 5D | 54 | BD | 33 | 38 | 0 | 1A | F5 | 2C | 36 |
| Octal | 135 | 124 | 275 | 63 | 70 | 0 | 32 | 365 | 54 | 66 |
| Binary | 1011101 | 1010100 | 10111101 | 110011 | 111000 | 0 | 11010 | 11110101 | 101100 | 110110 |
Color Harmonies of #5D54BD
Complementary color
Monochromatic Colors of #5D54BD
Black with #5D54BD
Text Example
Text Example
White with #5D54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D54BD; }
p { color: rgb(93,84,189); }
H1.HeaderClassName
{
color: #5D54BD;
}
.AnyTagClassName
{
color: #5D54BD;
}
</style>
background-color css
<style>
a { background-color: #5D54BD; }
a { background-color: rgb(93,84,189); }
div.DivClassName
{
background-color: #5D54BD;
}
.BgClassName
{
background-color: #5D54BD;
}
</style>
border-color css
<style>
span { border-color: #5D54BD; }
span { border-color: rgb(93,84,189); }
td.TdClassName
{
border-color: #5D54BD;
}
.TagClassName
{
border-color: #5D54BD;
}
</style>