Shades of Blue Marguerite #5F50B9
Tints of Blue Marguerite #5F50B9
RGB
CMYK
RGB Variations
Color information
#5F50B9 (or 0x5F50B9) is known color: Blue Marguerite. HEX triplet: 5F, 50 and B9. RGB value is (95,80,185). Sum of RGB (Red+Green+Blue) = 95+80+185=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F50B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F50B9 is #A0AF46. Grayscale: #606060. Windows color (decimal): -10530631 or 12144735. OLE color: 12144735.
HSL color Cylindrical-coordinate representation of color #5F50B9: hue angle of 248.57º 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 #5F50B9 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 80 | 185 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.27 |
| HSL | 248.57º | 0.43% | 0.52% | - |
| HSV(B) | 248.57º | 0.57% | 0.73% | - |
| XYZ | 16.34 | 11.67 | 47.29 | - |
| YUV | 96.46 | 177.97 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 185 | 0.49 | 0.57 | 0 | 0.27 | 248.57 | 0.43 | 0.52 |
| Hex | 5F | 50 | B9 | 31 | 39 | 0 | 1B | F9 | 2B | 34 |
| Octal | 137 | 120 | 271 | 61 | 71 | 0 | 33 | 371 | 53 | 64 |
| Binary | 1011111 | 1010000 | 10111001 | 110001 | 111001 | 0 | 11011 | 11111001 | 101011 | 110100 |
Color Harmonies of #5F50B9
Complementary color
Monochromatic Colors of #5F50B9
Black with #5F50B9
Text Example
Text Example
White with #5F50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F50B9; }
p { color: rgb(95,80,185); }
H1.HeaderClassName
{
color: #5F50B9;
}
.AnyTagClassName
{
color: #5F50B9;
}
</style>
background-color css
<style>
a { background-color: #5F50B9; }
a { background-color: rgb(95,80,185); }
div.DivClassName
{
background-color: #5F50B9;
}
.BgClassName
{
background-color: #5F50B9;
}
</style>
border-color css
<style>
span { border-color: #5F50B9; }
span { border-color: rgb(95,80,185); }
td.TdClassName
{
border-color: #5F50B9;
}
.TagClassName
{
border-color: #5F50B9;
}
</style>