Shades of Blue Marguerite #5D4FBC
Tints of Blue Marguerite #5D4FBC
RGB
CMYK
RGB Variations
Color information
#5D4FBC (or 0x5D4FBC) is known color: Blue Marguerite. HEX triplet: 5D, 4F and BC. RGB value is (93,79,188). Sum of RGB (Red+Green+Blue) = 93+79+188=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FBC is #A2B043. Grayscale: #5F5F5F. Windows color (decimal): -10661956 or 12341085. OLE color: 12341085.
HSL color Cylindrical-coordinate representation of color #5D4FBC: hue angle of 247.71º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D4FBC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 79 | 188 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.26 |
| HSL | 247.71º | 0.45% | 0.52% | - |
| HSV(B) | 247.71º | 0.58% | 0.74% | - |
| XYZ | 16.39 | 11.55 | 48.94 | - |
| YUV | 95.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 188 | 0.51 | 0.58 | 0 | 0.26 | 247.71 | 0.45 | 0.52 |
| Hex | 5D | 4F | BC | 33 | 3A | 0 | 1A | F8 | 2D | 34 |
| Octal | 135 | 117 | 274 | 63 | 72 | 0 | 32 | 370 | 55 | 64 |
| Binary | 1011101 | 1001111 | 10111100 | 110011 | 111010 | 0 | 11010 | 11111000 | 101101 | 110100 |
Color Harmonies of #5D4FBC
Complementary color
Monochromatic Colors of #5D4FBC
Black with #5D4FBC
Text Example
Text Example
White with #5D4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FBC; }
p { color: rgb(93,79,188); }
H1.HeaderClassName
{
color: #5D4FBC;
}
.AnyTagClassName
{
color: #5D4FBC;
}
</style>
background-color css
<style>
a { background-color: #5D4FBC; }
a { background-color: rgb(93,79,188); }
div.DivClassName
{
background-color: #5D4FBC;
}
.BgClassName
{
background-color: #5D4FBC;
}
</style>
border-color css
<style>
span { border-color: #5D4FBC; }
span { border-color: rgb(93,79,188); }
td.TdClassName
{
border-color: #5D4FBC;
}
.TagClassName
{
border-color: #5D4FBC;
}
</style>