Shades of Blue Marguerite #5F54B5
Tints of Blue Marguerite #5F54B5
RGB
CMYK
RGB Variations
Color information
#5F54B5 (or 0x5F54B5) is known color: Blue Marguerite. HEX triplet: 5F, 54 and B5. RGB value is (95,84,181). Sum of RGB (Red+Green+Blue) = 95+84+181=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #5F54B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F54B5 is #A0AB4A. Grayscale: #616161. Windows color (decimal): -10529611 or 11883615. OLE color: 11883615.
HSL color Cylindrical-coordinate representation of color #5F54B5: hue angle of 246.8º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F54B5 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 84 | 181 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.29 |
| HSL | 246.8º | 0.4% | 0.52% | - |
| HSV(B) | 246.8º | 0.54% | 0.71% | - |
| XYZ | 16.23 | 12.11 | 45.2 | - |
| YUV | 98.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 181 | 0.48 | 0.54 | 0 | 0.29 | 246.8 | 0.4 | 0.52 |
| Hex | 5F | 54 | B5 | 30 | 36 | 0 | 1D | F7 | 28 | 34 |
| Octal | 137 | 124 | 265 | 60 | 66 | 0 | 35 | 367 | 50 | 64 |
| Binary | 1011111 | 1010100 | 10110101 | 110000 | 110110 | 0 | 11101 | 11110111 | 101000 | 110100 |
Color Harmonies of #5F54B5
Complementary color
Monochromatic Colors of #5F54B5
Black with #5F54B5
Text Example
Text Example
White with #5F54B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F54B5; }
p { color: rgb(95,84,181); }
H1.HeaderClassName
{
color: #5F54B5;
}
.AnyTagClassName
{
color: #5F54B5;
}
</style>
background-color css
<style>
a { background-color: #5F54B5; }
a { background-color: rgb(95,84,181); }
div.DivClassName
{
background-color: #5F54B5;
}
.BgClassName
{
background-color: #5F54B5;
}
</style>
border-color css
<style>
span { border-color: #5F54B5; }
span { border-color: rgb(95,84,181); }
td.TdClassName
{
border-color: #5F54B5;
}
.TagClassName
{
border-color: #5F54B5;
}
</style>