Shades of Blue Marguerite #5D4ABC
Tints of Blue Marguerite #5D4ABC
RGB
CMYK
RGB Variations
Color information
#5D4ABC (or 0x5D4ABC) is known color: Blue Marguerite. HEX triplet: 5D, 4A and BC. RGB value is (93,74,188). Sum of RGB (Red+Green+Blue) = 93+74+188=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4ABC is #A2B543. Grayscale: #5C5C5C. Windows color (decimal): -10663236 or 12339805. OLE color: 12339805.
HSL color Cylindrical-coordinate representation of color #5D4ABC: hue angle of 250º degrees, saturation: 0.46, 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 #5D4ABC is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 74 | 188 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.26 |
| HSL | 250º | 0.46% | 0.51% | - |
| HSV(B) | 250º | 0.61% | 0.74% | - |
| XYZ | 16.04 | 10.86 | 48.83 | - |
| YUV | 92.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 188 | 0.51 | 0.61 | 0 | 0.26 | 250 | 0.46 | 0.51 |
| Hex | 5D | 4A | BC | 33 | 3D | 0 | 1A | FA | 2E | 33 |
| Octal | 135 | 112 | 274 | 63 | 75 | 0 | 32 | 372 | 56 | 63 |
| Binary | 1011101 | 1001010 | 10111100 | 110011 | 111101 | 0 | 11010 | 11111010 | 101110 | 110011 |
Color Harmonies of #5D4ABC
Complementary color
Monochromatic Colors of #5D4ABC
Black with #5D4ABC
Text Example
Text Example
White with #5D4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4ABC; }
p { color: rgb(93,74,188); }
H1.HeaderClassName
{
color: #5D4ABC;
}
.AnyTagClassName
{
color: #5D4ABC;
}
</style>
background-color css
<style>
a { background-color: #5D4ABC; }
a { background-color: rgb(93,74,188); }
div.DivClassName
{
background-color: #5D4ABC;
}
.BgClassName
{
background-color: #5D4ABC;
}
</style>
border-color css
<style>
span { border-color: #5D4ABC; }
span { border-color: rgb(93,74,188); }
td.TdClassName
{
border-color: #5D4ABC;
}
.TagClassName
{
border-color: #5D4ABC;
}
</style>