Shades of Blue Marguerite #5D49BD
Tints of Blue Marguerite #5D49BD
RGB
CMYK
RGB Variations
Color information
#5D49BD (or 0x5D49BD) is known color: Blue Marguerite. HEX triplet: 5D, 49 and BD. RGB value is (93,73,189). Sum of RGB (Red+Green+Blue) = 93+73+189=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D49BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D49BD is #A2B642. Grayscale: #5B5B5B. Windows color (decimal): -10663491 or 12405085. OLE color: 12405085.
HSL color Cylindrical-coordinate representation of color #5D49BD: hue angle of 250.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D49BD is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 73 | 189 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.26 |
| HSL | 250.34º | 0.47% | 0.51% | - |
| HSV(B) | 250.34º | 0.61% | 0.74% | - |
| XYZ | 16.08 | 10.77 | 49.37 | - |
| YUV | 92.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 189 | 0.51 | 0.61 | 0 | 0.26 | 250.34 | 0.47 | 0.51 |
| Hex | 5D | 49 | BD | 33 | 3D | 0 | 1A | FA | 2F | 33 |
| Octal | 135 | 111 | 275 | 63 | 75 | 0 | 32 | 372 | 57 | 63 |
| Binary | 1011101 | 1001001 | 10111101 | 110011 | 111101 | 0 | 11010 | 11111010 | 101111 | 110011 |
Color Harmonies of #5D49BD
Complementary color
Monochromatic Colors of #5D49BD
Black with #5D49BD
Text Example
Text Example
White with #5D49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D49BD; }
p { color: rgb(93,73,189); }
H1.HeaderClassName
{
color: #5D49BD;
}
.AnyTagClassName
{
color: #5D49BD;
}
</style>
background-color css
<style>
a { background-color: #5D49BD; }
a { background-color: rgb(93,73,189); }
div.DivClassName
{
background-color: #5D49BD;
}
.BgClassName
{
background-color: #5D49BD;
}
</style>
border-color css
<style>
span { border-color: #5D49BD; }
span { border-color: rgb(93,73,189); }
td.TdClassName
{
border-color: #5D49BD;
}
.TagClassName
{
border-color: #5D49BD;
}
</style>