Shades of Blue Marguerite #5D48BC
Tints of Blue Marguerite #5D48BC
RGB
CMYK
RGB Variations
Color information
#5D48BC (or 0x5D48BC) is known color: Blue Marguerite. HEX triplet: 5D, 48 and BC. RGB value is (93,72,188). Sum of RGB (Red+Green+Blue) = 93+72+188=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D48BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D48BC is #A2B743. Grayscale: #5B5B5B. Windows color (decimal): -10663748 or 12339293. OLE color: 12339293.
HSL color Cylindrical-coordinate representation of color #5D48BC: hue angle of 250.86º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D48BC is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 72 | 188 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.26 |
| HSL | 250.86º | 0.46% | 0.51% | - |
| HSV(B) | 250.86º | 0.62% | 0.74% | - |
| XYZ | 15.91 | 10.59 | 48.78 | - |
| YUV | 91.5 | 182.46 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 188 | 0.51 | 0.62 | 0 | 0.26 | 250.86 | 0.46 | 0.51 |
| Hex | 5D | 48 | BC | 33 | 3E | 0 | 1A | FB | 2E | 33 |
| Octal | 135 | 110 | 274 | 63 | 76 | 0 | 32 | 373 | 56 | 63 |
| Binary | 1011101 | 1001000 | 10111100 | 110011 | 111110 | 0 | 11010 | 11111011 | 101110 | 110011 |
Color Harmonies of #5D48BC
Complementary color
Monochromatic Colors of #5D48BC
Black with #5D48BC
Text Example
Text Example
White with #5D48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D48BC; }
p { color: rgb(93,72,188); }
H1.HeaderClassName
{
color: #5D48BC;
}
.AnyTagClassName
{
color: #5D48BC;
}
</style>
background-color css
<style>
a { background-color: #5D48BC; }
a { background-color: rgb(93,72,188); }
div.DivClassName
{
background-color: #5D48BC;
}
.BgClassName
{
background-color: #5D48BC;
}
</style>
border-color css
<style>
span { border-color: #5D48BC; }
span { border-color: rgb(93,72,188); }
td.TdClassName
{
border-color: #5D48BC;
}
.TagClassName
{
border-color: #5D48BC;
}
</style>