Shades of Blue Marguerite #5F57BD
Tints of Blue Marguerite #5F57BD
RGB
CMYK
RGB Variations
Color information
#5F57BD (or 0x5F57BD) is known color: Blue Marguerite. HEX triplet: 5F, 57 and BD. RGB value is (95,87,189). Sum of RGB (Red+Green+Blue) = 95+87+189=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F57BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57BD is #A0A842. Grayscale: #646464. Windows color (decimal): -10528835 or 12408671. OLE color: 12408671.
HSL color Cylindrical-coordinate representation of color #5F57BD: hue angle of 244.71º degrees, saturation: 0.44, 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 #5F57BD is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 87 | 189 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.26 |
| HSL | 244.71º | 0.44% | 0.54% | - |
| HSV(B) | 244.71º | 0.54% | 0.74% | - |
| XYZ | 17.31 | 12.92 | 49.73 | - |
| YUV | 101.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 87 | 189 | 0.50 | 0.54 | 0 | 0.26 | 244.71 | 0.44 | 0.54 |
| Hex | 5F | 57 | BD | 32 | 36 | 0 | 1A | F5 | 2C | 36 |
| Octal | 137 | 127 | 275 | 62 | 66 | 0 | 32 | 365 | 54 | 66 |
| Binary | 1011111 | 1010111 | 10111101 | 110010 | 110110 | 0 | 11010 | 11110101 | 101100 | 110110 |
Color Harmonies of #5F57BD
Complementary color
Monochromatic Colors of #5F57BD
Black with #5F57BD
Text Example
Text Example
White with #5F57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F57BD; }
p { color: rgb(95,87,189); }
H1.HeaderClassName
{
color: #5F57BD;
}
.AnyTagClassName
{
color: #5F57BD;
}
</style>
background-color css
<style>
a { background-color: #5F57BD; }
a { background-color: rgb(95,87,189); }
div.DivClassName
{
background-color: #5F57BD;
}
.BgClassName
{
background-color: #5F57BD;
}
</style>
border-color css
<style>
span { border-color: #5F57BD; }
span { border-color: rgb(95,87,189); }
td.TdClassName
{
border-color: #5F57BD;
}
.TagClassName
{
border-color: #5F57BD;
}
</style>