Shades of Blue Marguerite #5F50BA
Tints of Blue Marguerite #5F50BA
RGB
CMYK
RGB Variations
Color information
#5F50BA (or 0x5F50BA) is known color: Blue Marguerite. HEX triplet: 5F, 50 and BA. RGB value is (95,80,186). Sum of RGB (Red+Green+Blue) = 95+80+186=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F50BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F50BA is #A0AF45. Grayscale: #606060. Windows color (decimal): -10530630 or 12210271. OLE color: 12210271.
HSL color Cylindrical-coordinate representation of color #5F50BA: hue angle of 248.49º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F50BA is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 80 | 186 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.27 |
| HSL | 248.49º | 0.43% | 0.52% | - |
| HSV(B) | 248.49º | 0.57% | 0.73% | - |
| XYZ | 16.45 | 11.72 | 47.85 | - |
| YUV | 96.57 | 178.47 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 186 | 0.49 | 0.57 | 0 | 0.27 | 248.49 | 0.43 | 0.52 |
| Hex | 5F | 50 | BA | 31 | 39 | 0 | 1B | F8 | 2B | 34 |
| Octal | 137 | 120 | 272 | 61 | 71 | 0 | 33 | 370 | 53 | 64 |
| Binary | 1011111 | 1010000 | 10111010 | 110001 | 111001 | 0 | 11011 | 11111000 | 101011 | 110100 |
Color Harmonies of #5F50BA
Complementary color
Monochromatic Colors of #5F50BA
Black with #5F50BA
Text Example
Text Example
White with #5F50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F50BA; }
p { color: rgb(95,80,186); }
H1.HeaderClassName
{
color: #5F50BA;
}
.AnyTagClassName
{
color: #5F50BA;
}
</style>
background-color css
<style>
a { background-color: #5F50BA; }
a { background-color: rgb(95,80,186); }
div.DivClassName
{
background-color: #5F50BA;
}
.BgClassName
{
background-color: #5F50BA;
}
</style>
border-color css
<style>
span { border-color: #5F50BA; }
span { border-color: rgb(95,80,186); }
td.TdClassName
{
border-color: #5F50BA;
}
.TagClassName
{
border-color: #5F50BA;
}
</style>