Shades of Blue Marguerite #5F55BD
Tints of Blue Marguerite #5F55BD
RGB
CMYK
RGB Variations
Color information
#5F55BD (or 0x5F55BD) is known color: Blue Marguerite. HEX triplet: 5F, 55 and BD. RGB value is (95,85,189). Sum of RGB (Red+Green+Blue) = 95+85+189=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F55BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F55BD is #A0AA42. Grayscale: #636363. Windows color (decimal): -10529347 or 12408159. OLE color: 12408159.
HSL color Cylindrical-coordinate representation of color #5F55BD: hue angle of 245.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F55BD is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 85 | 189 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.26 |
| HSL | 245.77º | 0.44% | 0.54% | - |
| HSV(B) | 245.77º | 0.55% | 0.74% | - |
| XYZ | 17.15 | 12.6 | 49.67 | - |
| YUV | 99.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 189 | 0.50 | 0.55 | 0 | 0.26 | 245.77 | 0.44 | 0.54 |
| Hex | 5F | 55 | BD | 32 | 37 | 0 | 1A | F6 | 2C | 36 |
| Octal | 137 | 125 | 275 | 62 | 67 | 0 | 32 | 366 | 54 | 66 |
| Binary | 1011111 | 1010101 | 10111101 | 110010 | 110111 | 0 | 11010 | 11110110 | 101100 | 110110 |
Color Harmonies of #5F55BD
Complementary color
Monochromatic Colors of #5F55BD
Black with #5F55BD
Text Example
Text Example
White with #5F55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F55BD; }
p { color: rgb(95,85,189); }
H1.HeaderClassName
{
color: #5F55BD;
}
.AnyTagClassName
{
color: #5F55BD;
}
</style>
background-color css
<style>
a { background-color: #5F55BD; }
a { background-color: rgb(95,85,189); }
div.DivClassName
{
background-color: #5F55BD;
}
.BgClassName
{
background-color: #5F55BD;
}
</style>
border-color css
<style>
span { border-color: #5F55BD; }
span { border-color: rgb(95,85,189); }
td.TdClassName
{
border-color: #5F55BD;
}
.TagClassName
{
border-color: #5F55BD;
}
</style>