Shades of Blue Marguerite #5F56BC
Tints of Blue Marguerite #5F56BC
RGB
CMYK
RGB Variations
Color information
#5F56BC (or 0x5F56BC) is known color: Blue Marguerite. HEX triplet: 5F, 56 and BC. RGB value is (95,86,188). Sum of RGB (Red+Green+Blue) = 95+86+188=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F56BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F56BC is #A0A943. Grayscale: #636363. Windows color (decimal): -10529092 or 12342879. OLE color: 12342879.
HSL color Cylindrical-coordinate representation of color #5F56BC: hue angle of 245.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F56BC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 86 | 188 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.26 |
| HSL | 245.29º | 0.43% | 0.54% | - |
| HSV(B) | 245.29º | 0.54% | 0.74% | - |
| XYZ | 17.12 | 12.72 | 49.13 | - |
| YUV | 100.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 188 | 0.49 | 0.54 | 0 | 0.26 | 245.29 | 0.43 | 0.54 |
| Hex | 5F | 56 | BC | 31 | 36 | 0 | 1A | F5 | 2B | 36 |
| Octal | 137 | 126 | 274 | 61 | 66 | 0 | 32 | 365 | 53 | 66 |
| Binary | 1011111 | 1010110 | 10111100 | 110001 | 110110 | 0 | 11010 | 11110101 | 101011 | 110110 |
Color Harmonies of #5F56BC
Complementary color
Monochromatic Colors of #5F56BC
Black with #5F56BC
Text Example
Text Example
White with #5F56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F56BC; }
p { color: rgb(95,86,188); }
H1.HeaderClassName
{
color: #5F56BC;
}
.AnyTagClassName
{
color: #5F56BC;
}
</style>
background-color css
<style>
a { background-color: #5F56BC; }
a { background-color: rgb(95,86,188); }
div.DivClassName
{
background-color: #5F56BC;
}
.BgClassName
{
background-color: #5F56BC;
}
</style>
border-color css
<style>
span { border-color: #5F56BC; }
span { border-color: rgb(95,86,188); }
td.TdClassName
{
border-color: #5F56BC;
}
.TagClassName
{
border-color: #5F56BC;
}
</style>