Shades of Blue Marguerite #5F4FAC
Tints of Blue Marguerite #5F4FAC
RGB
CMYK
RGB Variations
Color information
#5F4FAC (or 0x5F4FAC) is known color: Blue Marguerite. HEX triplet: 5F, 4F and AC. RGB value is (95,79,172). Sum of RGB (Red+Green+Blue) = 95+79+172=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F4FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4FAC is #A0B053. Grayscale: #5E5E5E. Windows color (decimal): -10530900 or 11292511. OLE color: 11292511.
HSL color Cylindrical-coordinate representation of color #5F4FAC: hue angle of 250.32º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F4FAC is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 79 | 172 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.33 |
| HSL | 250.32º | 0.37% | 0.49% | - |
| HSV(B) | 250.32º | 0.54% | 0.67% | - |
| XYZ | 14.96 | 11 | 40.37 | - |
| YUV | 94.39 | 171.8 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 172 | 0.45 | 0.54 | 0 | 0.33 | 250.32 | 0.37 | 0.49 |
| Hex | 5F | 4F | AC | 2D | 36 | 0 | 21 | FA | 25 | 31 |
| Octal | 137 | 117 | 254 | 55 | 66 | 0 | 41 | 372 | 45 | 61 |
| Binary | 1011111 | 1001111 | 10101100 | 101101 | 110110 | 0 | 100001 | 11111010 | 100101 | 110001 |
Color Harmonies of #5F4FAC
Complementary color
Monochromatic Colors of #5F4FAC
Black with #5F4FAC
Text Example
Text Example
White with #5F4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4FAC; }
p { color: rgb(95,79,172); }
H1.HeaderClassName
{
color: #5F4FAC;
}
.AnyTagClassName
{
color: #5F4FAC;
}
</style>
background-color css
<style>
a { background-color: #5F4FAC; }
a { background-color: rgb(95,79,172); }
div.DivClassName
{
background-color: #5F4FAC;
}
.BgClassName
{
background-color: #5F4FAC;
}
</style>
border-color css
<style>
span { border-color: #5F4FAC; }
span { border-color: rgb(95,79,172); }
td.TdClassName
{
border-color: #5F4FAC;
}
.TagClassName
{
border-color: #5F4FAC;
}
</style>