Shades of Blue Marguerite #5D4CBC
Tints of Blue Marguerite #5D4CBC
RGB
CMYK
RGB Variations
Color information
#5D4CBC (or 0x5D4CBC) is known color: Blue Marguerite. HEX triplet: 5D, 4C and BC. RGB value is (93,76,188). Sum of RGB (Red+Green+Blue) = 93+76+188=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D4CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CBC is #A2B343. Grayscale: #5D5D5D. Windows color (decimal): -10662724 or 12340317. OLE color: 12340317.
HSL color Cylindrical-coordinate representation of color #5D4CBC: hue angle of 249.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D4CBC is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 76 | 188 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.26 |
| HSL | 249.11º | 0.46% | 0.52% | - |
| HSV(B) | 249.11º | 0.6% | 0.74% | - |
| XYZ | 16.18 | 11.13 | 48.87 | - |
| YUV | 93.85 | 181.13 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 188 | 0.51 | 0.60 | 0 | 0.26 | 249.11 | 0.46 | 0.52 |
| Hex | 5D | 4C | BC | 33 | 3C | 0 | 1A | F9 | 2E | 34 |
| Octal | 135 | 114 | 274 | 63 | 74 | 0 | 32 | 371 | 56 | 64 |
| Binary | 1011101 | 1001100 | 10111100 | 110011 | 111100 | 0 | 11010 | 11111001 | 101110 | 110100 |
Color Harmonies of #5D4CBC
Complementary color
Monochromatic Colors of #5D4CBC
Black with #5D4CBC
Text Example
Text Example
White with #5D4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CBC; }
p { color: rgb(93,76,188); }
H1.HeaderClassName
{
color: #5D4CBC;
}
.AnyTagClassName
{
color: #5D4CBC;
}
</style>
background-color css
<style>
a { background-color: #5D4CBC; }
a { background-color: rgb(93,76,188); }
div.DivClassName
{
background-color: #5D4CBC;
}
.BgClassName
{
background-color: #5D4CBC;
}
</style>
border-color css
<style>
span { border-color: #5D4CBC; }
span { border-color: rgb(93,76,188); }
td.TdClassName
{
border-color: #5D4CBC;
}
.TagClassName
{
border-color: #5D4CBC;
}
</style>