Shades of Blue Marguerite #5D4CBE
Tints of Blue Marguerite #5D4CBE
RGB
CMYK
RGB Variations
Color information
#5D4CBE (or 0x5D4CBE) is known color: Blue Marguerite. HEX triplet: 5D, 4C and BE. RGB value is (93,76,190). Sum of RGB (Red+Green+Blue) = 93+76+190=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D4CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CBE is #A2B341. Grayscale: #5D5D5D. Windows color (decimal): -10662722 or 12471389. OLE color: 12471389.
HSL color Cylindrical-coordinate representation of color #5D4CBE: hue angle of 248.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D4CBE is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 76 | 190 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.25 |
| HSL | 248.95º | 0.47% | 0.52% | - |
| HSV(B) | 248.95º | 0.6% | 0.75% | - |
| XYZ | 16.39 | 11.21 | 50.02 | - |
| YUV | 94.08 | 182.13 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 190 | 0.51 | 0.60 | 0 | 0.25 | 248.95 | 0.47 | 0.52 |
| Hex | 5D | 4C | BE | 33 | 3C | 0 | 19 | F9 | 2F | 34 |
| Octal | 135 | 114 | 276 | 63 | 74 | 0 | 31 | 371 | 57 | 64 |
| Binary | 1011101 | 1001100 | 10111110 | 110011 | 111100 | 0 | 11001 | 11111001 | 101111 | 110100 |
Color Harmonies of #5D4CBE
Complementary color
Monochromatic Colors of #5D4CBE
Black with #5D4CBE
Text Example
Text Example
White with #5D4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CBE; }
p { color: rgb(93,76,190); }
H1.HeaderClassName
{
color: #5D4CBE;
}
.AnyTagClassName
{
color: #5D4CBE;
}
</style>
background-color css
<style>
a { background-color: #5D4CBE; }
a { background-color: rgb(93,76,190); }
div.DivClassName
{
background-color: #5D4CBE;
}
.BgClassName
{
background-color: #5D4CBE;
}
</style>
border-color css
<style>
span { border-color: #5D4CBE; }
span { border-color: rgb(93,76,190); }
td.TdClassName
{
border-color: #5D4CBE;
}
.TagClassName
{
border-color: #5D4CBE;
}
</style>