Shades of Blue Marguerite #5F4CB5
Tints of Blue Marguerite #5F4CB5
RGB
CMYK
RGB Variations
Color information
#5F4CB5 (or 0x5F4CB5) is known color: Blue Marguerite. HEX triplet: 5F, 4C and B5. RGB value is (95,76,181). Sum of RGB (Red+Green+Blue) = 95+76+181=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #5F4CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4CB5 is #A0B34A. Grayscale: #5D5D5D. Windows color (decimal): -10531659 or 11881567. OLE color: 11881567.
HSL color Cylindrical-coordinate representation of color #5F4CB5: hue angle of 250.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F4CB5 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 76 | 181 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.29 |
| HSL | 250.86º | 0.42% | 0.5% | - |
| HSV(B) | 250.86º | 0.58% | 0.71% | - |
| XYZ | 15.64 | 10.94 | 45 | - |
| YUV | 93.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 76 | 181 | 0.48 | 0.58 | 0 | 0.29 | 250.86 | 0.42 | 0.5 |
| Hex | 5F | 4C | B5 | 30 | 3A | 0 | 1D | FB | 2A | 32 |
| Octal | 137 | 114 | 265 | 60 | 72 | 0 | 35 | 373 | 52 | 62 |
| Binary | 1011111 | 1001100 | 10110101 | 110000 | 111010 | 0 | 11101 | 11111011 | 101010 | 110010 |
Color Harmonies of #5F4CB5
Complementary color
Monochromatic Colors of #5F4CB5
Black with #5F4CB5
Text Example
Text Example
White with #5F4CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4CB5; }
p { color: rgb(95,76,181); }
H1.HeaderClassName
{
color: #5F4CB5;
}
.AnyTagClassName
{
color: #5F4CB5;
}
</style>
background-color css
<style>
a { background-color: #5F4CB5; }
a { background-color: rgb(95,76,181); }
div.DivClassName
{
background-color: #5F4CB5;
}
.BgClassName
{
background-color: #5F4CB5;
}
</style>
border-color css
<style>
span { border-color: #5F4CB5; }
span { border-color: rgb(95,76,181); }
td.TdClassName
{
border-color: #5F4CB5;
}
.TagClassName
{
border-color: #5F4CB5;
}
</style>