Shades of Rich Blue #5D55BA
Tints of Rich Blue #5D55BA
RGB
CMYK
RGB Variations
Color information
#5D55BA (or 0x5D55BA) is known color: Rich Blue. HEX triplet: 5D, 55 and BA. RGB value is (93,85,186). Sum of RGB (Red+Green+Blue) = 93+85+186=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D55BA is #A2AA45. Grayscale: #626262. Windows color (decimal): -10660422 or 12211549. OLE color: 12211549.
HSL color Cylindrical-coordinate representation of color #5D55BA: hue angle of 244.75º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D55BA is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 85 | 186 | - |
| CMYK | 0.5 | 0.54 | 0 | 0.27 |
| HSL | 244.75º | 0.42% | 0.53% | - |
| HSV(B) | 244.75º | 0.54% | 0.73% | - |
| XYZ | 16.63 | 12.37 | 47.97 | - |
| YUV | 98.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 186 | 0.5 | 0.54 | 0 | 0.27 | 244.75 | 0.42 | 0.53 |
| Hex | 5D | 55 | BA | 32 | 36 | 0 | 1B | F5 | 2A | 35 |
| Octal | 135 | 125 | 272 | 62 | 66 | 0 | 33 | 365 | 52 | 65 |
| Binary | 1011101 | 1010101 | 10111010 | 110010 | 110110 | 0 | 11011 | 11110101 | 101010 | 110101 |
Color Harmonies of #5D55BA
Complementary color
Monochromatic Colors of #5D55BA
Black with #5D55BA
Text Example
Text Example
White with #5D55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D55BA; }
p { color: rgb(93,85,186); }
H1.HeaderClassName
{
color: #5D55BA;
}
.AnyTagClassName
{
color: #5D55BA;
}
</style>
background-color css
<style>
a { background-color: #5D55BA; }
a { background-color: rgb(93,85,186); }
div.DivClassName
{
background-color: #5D55BA;
}
.BgClassName
{
background-color: #5D55BA;
}
</style>
border-color css
<style>
span { border-color: #5D55BA; }
span { border-color: rgb(93,85,186); }
td.TdClassName
{
border-color: #5D55BA;
}
.TagClassName
{
border-color: #5D55BA;
}
</style>