Shades of Blue Marguerite #5F4BBA
Tints of Blue Marguerite #5F4BBA
RGB
CMYK
RGB Variations
Color information
#5F4BBA (or 0x5F4BBA) is known color: Blue Marguerite. HEX triplet: 5F, 4B and BA. RGB value is (95,75,186). Sum of RGB (Red+Green+Blue) = 95+75+186=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BBA is #A0B445. Grayscale: #5D5D5D. Windows color (decimal): -10531910 or 12208991. OLE color: 12208991.
HSL color Cylindrical-coordinate representation of color #5F4BBA: hue angle of 250.81º 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 #5F4BBA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 75 | 186 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.27 |
| HSL | 250.81º | 0.45% | 0.51% | - |
| HSV(B) | 250.81º | 0.6% | 0.73% | - |
| XYZ | 16.1 | 11.01 | 47.73 | - |
| YUV | 93.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 75 | 186 | 0.49 | 0.60 | 0 | 0.27 | 250.81 | 0.45 | 0.51 |
| Hex | 5F | 4B | BA | 31 | 3C | 0 | 1B | FB | 2D | 33 |
| Octal | 137 | 113 | 272 | 61 | 74 | 0 | 33 | 373 | 55 | 63 |
| Binary | 1011111 | 1001011 | 10111010 | 110001 | 111100 | 0 | 11011 | 11111011 | 101101 | 110011 |
Color Harmonies of #5F4BBA
Complementary color
Monochromatic Colors of #5F4BBA
Black with #5F4BBA
Text Example
Text Example
White with #5F4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4BBA; }
p { color: rgb(95,75,186); }
H1.HeaderClassName
{
color: #5F4BBA;
}
.AnyTagClassName
{
color: #5F4BBA;
}
</style>
background-color css
<style>
a { background-color: #5F4BBA; }
a { background-color: rgb(95,75,186); }
div.DivClassName
{
background-color: #5F4BBA;
}
.BgClassName
{
background-color: #5F4BBA;
}
</style>
border-color css
<style>
span { border-color: #5F4BBA; }
span { border-color: rgb(95,75,186); }
td.TdClassName
{
border-color: #5F4BBA;
}
.TagClassName
{
border-color: #5F4BBA;
}
</style>