Shades of Blue Marguerite #5F44BA
Tints of Blue Marguerite #5F44BA
RGB
CMYK
RGB Variations
Color information
#5F44BA (or 0x5F44BA) is known color: Blue Marguerite. HEX triplet: 5F, 44 and BA. RGB value is (95,68,186). Sum of RGB (Red+Green+Blue) = 95+68+186=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F44BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F44BA is #A0BB45. Grayscale: #595959. Windows color (decimal): -10533702 or 12207199. OLE color: 12207199.
HSL color Cylindrical-coordinate representation of color #5F44BA: hue angle of 253.73º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F44BA is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 68 | 186 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.27 |
| HSL | 253.73º | 0.46% | 0.5% | - |
| HSV(B) | 253.73º | 0.63% | 0.73% | - |
| XYZ | 15.65 | 10.11 | 47.58 | - |
| YUV | 89.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 186 | 0.49 | 0.63 | 0 | 0.27 | 253.73 | 0.46 | 0.5 |
| Hex | 5F | 44 | BA | 31 | 3F | 0 | 1B | FE | 2E | 32 |
| Octal | 137 | 104 | 272 | 61 | 77 | 0 | 33 | 376 | 56 | 62 |
| Binary | 1011111 | 1000100 | 10111010 | 110001 | 111111 | 0 | 11011 | 11111110 | 101110 | 110010 |
Color Harmonies of #5F44BA
Complementary color
Monochromatic Colors of #5F44BA
Black with #5F44BA
Text Example
Text Example
White with #5F44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F44BA; }
p { color: rgb(95,68,186); }
H1.HeaderClassName
{
color: #5F44BA;
}
.AnyTagClassName
{
color: #5F44BA;
}
</style>
background-color css
<style>
a { background-color: #5F44BA; }
a { background-color: rgb(95,68,186); }
div.DivClassName
{
background-color: #5F44BA;
}
.BgClassName
{
background-color: #5F44BA;
}
</style>
border-color css
<style>
span { border-color: #5F44BA; }
span { border-color: rgb(95,68,186); }
td.TdClassName
{
border-color: #5F44BA;
}
.TagClassName
{
border-color: #5F44BA;
}
</style>