Shades of Blue Marguerite #5D4DB1
Tints of Blue Marguerite #5D4DB1
RGB
CMYK
RGB Variations
Color information
#5D4DB1 (or 0x5D4DB1) is known color: Blue Marguerite. HEX triplet: 5D, 4D and B1. RGB value is (93,77,177). Sum of RGB (Red+Green+Blue) = 93+77+177=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #5D4DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4DB1 is #A2B24E. Grayscale: #5C5C5C. Windows color (decimal): -10662479 or 11619677. OLE color: 11619677.
HSL color Cylindrical-coordinate representation of color #5D4DB1: hue angle of 249.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D4DB1 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 77 | 177 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.31 |
| HSL | 249.6º | 0.39% | 0.5% | - |
| HSV(B) | 249.6º | 0.56% | 0.69% | - |
| XYZ | 15.1 | 10.81 | 42.89 | - |
| YUV | 93.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 177 | 0.47 | 0.56 | 0 | 0.31 | 249.6 | 0.39 | 0.5 |
| Hex | 5D | 4D | B1 | 2F | 38 | 0 | 1F | FA | 27 | 32 |
| Octal | 135 | 115 | 261 | 57 | 70 | 0 | 37 | 372 | 47 | 62 |
| Binary | 1011101 | 1001101 | 10110001 | 101111 | 111000 | 0 | 11111 | 11111010 | 100111 | 110010 |
Color Harmonies of #5D4DB1
Complementary color
Monochromatic Colors of #5D4DB1
Black with #5D4DB1
Text Example
Text Example
White with #5D4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4DB1; }
p { color: rgb(93,77,177); }
H1.HeaderClassName
{
color: #5D4DB1;
}
.AnyTagClassName
{
color: #5D4DB1;
}
</style>
background-color css
<style>
a { background-color: #5D4DB1; }
a { background-color: rgb(93,77,177); }
div.DivClassName
{
background-color: #5D4DB1;
}
.BgClassName
{
background-color: #5D4DB1;
}
</style>
border-color css
<style>
span { border-color: #5D4DB1; }
span { border-color: rgb(93,77,177); }
td.TdClassName
{
border-color: #5D4DB1;
}
.TagClassName
{
border-color: #5D4DB1;
}
</style>