Shades of Blue Marguerite #5F57BA
Tints of Blue Marguerite #5F57BA
RGB
CMYK
RGB Variations
Color information
#5F57BA (or 0x5F57BA) is known color: Blue Marguerite. HEX triplet: 5F, 57 and BA. RGB value is (95,87,186). Sum of RGB (Red+Green+Blue) = 95+87+186=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F57BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57BA is #A0A845. Grayscale: #646464. Windows color (decimal): -10528838 or 12212063. OLE color: 12212063.
HSL color Cylindrical-coordinate representation of color #5F57BA: hue angle of 244.85º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F57BA is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 87 | 186 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.27 |
| HSL | 244.85º | 0.42% | 0.54% | - |
| HSV(B) | 244.85º | 0.53% | 0.73% | - |
| XYZ | 16.99 | 12.79 | 48.03 | - |
| YUV | 100.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 87 | 186 | 0.49 | 0.53 | 0 | 0.27 | 244.85 | 0.42 | 0.54 |
| Hex | 5F | 57 | BA | 31 | 35 | 0 | 1B | F5 | 2A | 36 |
| Octal | 137 | 127 | 272 | 61 | 65 | 0 | 33 | 365 | 52 | 66 |
| Binary | 1011111 | 1010111 | 10111010 | 110001 | 110101 | 0 | 11011 | 11110101 | 101010 | 110110 |
Color Harmonies of #5F57BA
Complementary color
Monochromatic Colors of #5F57BA
Black with #5F57BA
Text Example
Text Example
White with #5F57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F57BA; }
p { color: rgb(95,87,186); }
H1.HeaderClassName
{
color: #5F57BA;
}
.AnyTagClassName
{
color: #5F57BA;
}
</style>
background-color css
<style>
a { background-color: #5F57BA; }
a { background-color: rgb(95,87,186); }
div.DivClassName
{
background-color: #5F57BA;
}
.BgClassName
{
background-color: #5F57BA;
}
</style>
border-color css
<style>
span { border-color: #5F57BA; }
span { border-color: rgb(95,87,186); }
td.TdClassName
{
border-color: #5F57BA;
}
.TagClassName
{
border-color: #5F57BA;
}
</style>