Shades of Blue Marguerite #5F4BBB
Tints of Blue Marguerite #5F4BBB
RGB
CMYK
RGB Variations
Color information
#5F4BBB (or 0x5F4BBB) is known color: Blue Marguerite. HEX triplet: 5F, 4B and BB. RGB value is (95,75,187). Sum of RGB (Red+Green+Blue) = 95+75+187=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F4BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BBB is #A0B444. Grayscale: #5D5D5D. Windows color (decimal): -10531909 or 12274527. OLE color: 12274527.
HSL color Cylindrical-coordinate representation of color #5F4BBB: hue angle of 250.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F4BBB is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 75 | 187 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.27 |
| HSL | 250.71º | 0.45% | 0.51% | - |
| HSV(B) | 250.71º | 0.6% | 0.73% | - |
| XYZ | 16.21 | 11.05 | 48.29 | - |
| YUV | 93.75 | 180.63 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 75 | 187 | 0.49 | 0.60 | 0 | 0.27 | 250.71 | 0.45 | 0.51 |
| Hex | 5F | 4B | BB | 31 | 3C | 0 | 1B | FB | 2D | 33 |
| Octal | 137 | 113 | 273 | 61 | 74 | 0 | 33 | 373 | 55 | 63 |
| Binary | 1011111 | 1001011 | 10111011 | 110001 | 111100 | 0 | 11011 | 11111011 | 101101 | 110011 |
Color Harmonies of #5F4BBB
Complementary color
Monochromatic Colors of #5F4BBB
Black with #5F4BBB
Text Example
Text Example
White with #5F4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4BBB; }
p { color: rgb(95,75,187); }
H1.HeaderClassName
{
color: #5F4BBB;
}
.AnyTagClassName
{
color: #5F4BBB;
}
</style>
background-color css
<style>
a { background-color: #5F4BBB; }
a { background-color: rgb(95,75,187); }
div.DivClassName
{
background-color: #5F4BBB;
}
.BgClassName
{
background-color: #5F4BBB;
}
</style>
border-color css
<style>
span { border-color: #5F4BBB; }
span { border-color: rgb(95,75,187); }
td.TdClassName
{
border-color: #5F4BBB;
}
.TagClassName
{
border-color: #5F4BBB;
}
</style>