Shades of Blue Marguerite #5F45BC
Tints of Blue Marguerite #5F45BC
RGB
CMYK
RGB Variations
Color information
#5F45BC (or 0x5F45BC) is known color: Blue Marguerite. HEX triplet: 5F, 45 and BC. RGB value is (95,69,188). Sum of RGB (Red+Green+Blue) = 95+69+188=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F45BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F45BC is #A0BA43. Grayscale: #595959. Windows color (decimal): -10533444 or 12338527. OLE color: 12338527.
HSL color Cylindrical-coordinate representation of color #5F45BC: hue angle of 253.11º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F45BC is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 69 | 188 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.26 |
| HSL | 253.11º | 0.47% | 0.5% | - |
| HSV(B) | 253.11º | 0.63% | 0.74% | - |
| XYZ | 15.92 | 10.32 | 48.73 | - |
| YUV | 90.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 188 | 0.49 | 0.63 | 0 | 0.26 | 253.11 | 0.47 | 0.5 |
| Hex | 5F | 45 | BC | 31 | 3F | 0 | 1A | FD | 2F | 32 |
| Octal | 137 | 105 | 274 | 61 | 77 | 0 | 32 | 375 | 57 | 62 |
| Binary | 1011111 | 1000101 | 10111100 | 110001 | 111111 | 0 | 11010 | 11111101 | 101111 | 110010 |
Color Harmonies of #5F45BC
Complementary color
Monochromatic Colors of #5F45BC
Black with #5F45BC
Text Example
Text Example
White with #5F45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F45BC; }
p { color: rgb(95,69,188); }
H1.HeaderClassName
{
color: #5F45BC;
}
.AnyTagClassName
{
color: #5F45BC;
}
</style>
background-color css
<style>
a { background-color: #5F45BC; }
a { background-color: rgb(95,69,188); }
div.DivClassName
{
background-color: #5F45BC;
}
.BgClassName
{
background-color: #5F45BC;
}
</style>
border-color css
<style>
span { border-color: #5F45BC; }
span { border-color: rgb(95,69,188); }
td.TdClassName
{
border-color: #5F45BC;
}
.TagClassName
{
border-color: #5F45BC;
}
</style>