Shades of Blue Marguerite #5F50B2
Tints of Blue Marguerite #5F50B2
RGB
CMYK
RGB Variations
Color information
#5F50B2 (or 0x5F50B2) is known color: Blue Marguerite. HEX triplet: 5F, 50 and B2. RGB value is (95,80,178). Sum of RGB (Red+Green+Blue) = 95+80+178=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #5F50B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F50B2 is #A0AF4D. Grayscale: #5F5F5F. Windows color (decimal): -10530638 or 11685983. OLE color: 11685983.
HSL color Cylindrical-coordinate representation of color #5F50B2: hue angle of 249.18º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F50B2 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 80 | 178 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.30 |
| HSL | 249.18º | 0.39% | 0.51% | - |
| HSV(B) | 249.18º | 0.55% | 0.7% | - |
| XYZ | 15.62 | 11.38 | 43.49 | - |
| YUV | 95.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 178 | 0.47 | 0.55 | 0 | 0.30 | 249.18 | 0.39 | 0.51 |
| Hex | 5F | 50 | B2 | 2F | 37 | 0 | 1E | F9 | 27 | 33 |
| Octal | 137 | 120 | 262 | 57 | 67 | 0 | 36 | 371 | 47 | 63 |
| Binary | 1011111 | 1010000 | 10110010 | 101111 | 110111 | 0 | 11110 | 11111001 | 100111 | 110011 |
Color Harmonies of #5F50B2
Complementary color
Monochromatic Colors of #5F50B2
Black with #5F50B2
Text Example
Text Example
White with #5F50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F50B2; }
p { color: rgb(95,80,178); }
H1.HeaderClassName
{
color: #5F50B2;
}
.AnyTagClassName
{
color: #5F50B2;
}
</style>
background-color css
<style>
a { background-color: #5F50B2; }
a { background-color: rgb(95,80,178); }
div.DivClassName
{
background-color: #5F50B2;
}
.BgClassName
{
background-color: #5F50B2;
}
</style>
border-color css
<style>
span { border-color: #5F50B2; }
span { border-color: rgb(95,80,178); }
td.TdClassName
{
border-color: #5F50B2;
}
.TagClassName
{
border-color: #5F50B2;
}
</style>