Shades of Rich Blue #5D55B9
Tints of Rich Blue #5D55B9
RGB
CMYK
RGB Variations
Color information
#5D55B9 (or 0x5D55B9) is known color: Rich Blue. HEX triplet: 5D, 55 and B9. RGB value is (93,85,185). Sum of RGB (Red+Green+Blue) = 93+85+185=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D55B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D55B9 is #A2AA46. Grayscale: #626262. Windows color (decimal): -10660423 or 12146013. OLE color: 12146013.
HSL color Cylindrical-coordinate representation of color #5D55B9: hue angle of 244.8º 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 #5D55B9 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 85 | 185 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.27 |
| HSL | 244.8º | 0.42% | 0.53% | - |
| HSV(B) | 244.8º | 0.54% | 0.73% | - |
| XYZ | 16.52 | 12.33 | 47.41 | - |
| YUV | 98.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 185 | 0.50 | 0.54 | 0 | 0.27 | 244.8 | 0.42 | 0.53 |
| Hex | 5D | 55 | B9 | 32 | 36 | 0 | 1B | F5 | 2A | 35 |
| Octal | 135 | 125 | 271 | 62 | 66 | 0 | 33 | 365 | 52 | 65 |
| Binary | 1011101 | 1010101 | 10111001 | 110010 | 110110 | 0 | 11011 | 11110101 | 101010 | 110101 |
Color Harmonies of #5D55B9
Complementary color
Monochromatic Colors of #5D55B9
Black with #5D55B9
Text Example
Text Example
White with #5D55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D55B9; }
p { color: rgb(93,85,185); }
H1.HeaderClassName
{
color: #5D55B9;
}
.AnyTagClassName
{
color: #5D55B9;
}
</style>
background-color css
<style>
a { background-color: #5D55B9; }
a { background-color: rgb(93,85,185); }
div.DivClassName
{
background-color: #5D55B9;
}
.BgClassName
{
background-color: #5D55B9;
}
</style>
border-color css
<style>
span { border-color: #5D55B9; }
span { border-color: rgb(93,85,185); }
td.TdClassName
{
border-color: #5D55B9;
}
.TagClassName
{
border-color: #5D55B9;
}
</style>