Shades of Blue Marguerite #5F4DAC
Tints of Blue Marguerite #5F4DAC
RGB
CMYK
RGB Variations
Color information
#5F4DAC (or 0x5F4DAC) is known color: Blue Marguerite. HEX triplet: 5F, 4D and AC. RGB value is (95,77,172). Sum of RGB (Red+Green+Blue) = 95+77+172=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4DAC is #A0B253. Grayscale: #5C5C5C. Windows color (decimal): -10531412 or 11291999. OLE color: 11291999.
HSL color Cylindrical-coordinate representation of color #5F4DAC: hue angle of 251.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F4DAC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 77 | 172 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.33 |
| HSL | 251.37º | 0.38% | 0.49% | - |
| HSV(B) | 251.37º | 0.55% | 0.67% | - |
| XYZ | 14.82 | 10.72 | 40.32 | - |
| YUV | 93.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 172 | 0.45 | 0.55 | 0 | 0.33 | 251.37 | 0.38 | 0.49 |
| Hex | 5F | 4D | AC | 2D | 37 | 0 | 21 | FB | 26 | 31 |
| Octal | 137 | 115 | 254 | 55 | 67 | 0 | 41 | 373 | 46 | 61 |
| Binary | 1011111 | 1001101 | 10101100 | 101101 | 110111 | 0 | 100001 | 11111011 | 100110 | 110001 |
Color Harmonies of #5F4DAC
Complementary color
Monochromatic Colors of #5F4DAC
Black with #5F4DAC
Text Example
Text Example
White with #5F4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4DAC; }
p { color: rgb(95,77,172); }
H1.HeaderClassName
{
color: #5F4DAC;
}
.AnyTagClassName
{
color: #5F4DAC;
}
</style>
background-color css
<style>
a { background-color: #5F4DAC; }
a { background-color: rgb(95,77,172); }
div.DivClassName
{
background-color: #5F4DAC;
}
.BgClassName
{
background-color: #5F4DAC;
}
</style>
border-color css
<style>
span { border-color: #5F4DAC; }
span { border-color: rgb(95,77,172); }
td.TdClassName
{
border-color: #5F4DAC;
}
.TagClassName
{
border-color: #5F4DAC;
}
</style>