Shades of Blue Marguerite #5F50BC
Tints of Blue Marguerite #5F50BC
RGB
CMYK
RGB Variations
Color information
#5F50BC (or 0x5F50BC) is known color: Blue Marguerite. HEX triplet: 5F, 50 and BC. RGB value is (95,80,188). Sum of RGB (Red+Green+Blue) = 95+80+188=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F50BC is #A0AF43. Grayscale: #606060. Windows color (decimal): -10530628 or 12341343. OLE color: 12341343.
HSL color Cylindrical-coordinate representation of color #5F50BC: hue angle of 248.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F50BC is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 80 | 188 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.26 |
| HSL | 248.33º | 0.45% | 0.53% | - |
| HSV(B) | 248.33º | 0.57% | 0.74% | - |
| XYZ | 16.67 | 11.8 | 48.98 | - |
| YUV | 96.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 188 | 0.49 | 0.57 | 0 | 0.26 | 248.33 | 0.45 | 0.53 |
| Hex | 5F | 50 | BC | 31 | 39 | 0 | 1A | F8 | 2D | 35 |
| Octal | 137 | 120 | 274 | 61 | 71 | 0 | 32 | 370 | 55 | 65 |
| Binary | 1011111 | 1010000 | 10111100 | 110001 | 111001 | 0 | 11010 | 11111000 | 101101 | 110101 |
Color Harmonies of #5F50BC
Complementary color
Monochromatic Colors of #5F50BC
Black with #5F50BC
Text Example
Text Example
White with #5F50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F50BC; }
p { color: rgb(95,80,188); }
H1.HeaderClassName
{
color: #5F50BC;
}
.AnyTagClassName
{
color: #5F50BC;
}
</style>
background-color css
<style>
a { background-color: #5F50BC; }
a { background-color: rgb(95,80,188); }
div.DivClassName
{
background-color: #5F50BC;
}
.BgClassName
{
background-color: #5F50BC;
}
</style>
border-color css
<style>
span { border-color: #5F50BC; }
span { border-color: rgb(95,80,188); }
td.TdClassName
{
border-color: #5F50BC;
}
.TagClassName
{
border-color: #5F50BC;
}
</style>