Shades of Blue Marguerite #5D4CB4
Tints of Blue Marguerite #5D4CB4
RGB
CMYK
RGB Variations
Color information
#5D4CB4 (or 0x5D4CB4) is known color: Blue Marguerite. HEX triplet: 5D, 4C and B4. RGB value is (93,76,180). Sum of RGB (Red+Green+Blue) = 93+76+180=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D4CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CB4 is #A2B34B. Grayscale: #5C5C5C. Windows color (decimal): -10662732 or 11816029. OLE color: 11816029.
HSL color Cylindrical-coordinate representation of color #5D4CB4: hue angle of 249.81º degrees, saturation: 0.41, 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 #5D4CB4 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 76 | 180 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.29 |
| HSL | 249.81º | 0.41% | 0.5% | - |
| HSV(B) | 249.81º | 0.58% | 0.71% | - |
| XYZ | 15.34 | 10.79 | 44.45 | - |
| YUV | 92.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 180 | 0.48 | 0.58 | 0 | 0.29 | 249.81 | 0.41 | 0.5 |
| Hex | 5D | 4C | B4 | 30 | 3A | 0 | 1D | FA | 29 | 32 |
| Octal | 135 | 114 | 264 | 60 | 72 | 0 | 35 | 372 | 51 | 62 |
| Binary | 1011101 | 1001100 | 10110100 | 110000 | 111010 | 0 | 11101 | 11111010 | 101001 | 110010 |
Color Harmonies of #5D4CB4
Complementary color
Monochromatic Colors of #5D4CB4
Black with #5D4CB4
Text Example
Text Example
White with #5D4CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CB4; }
p { color: rgb(93,76,180); }
H1.HeaderClassName
{
color: #5D4CB4;
}
.AnyTagClassName
{
color: #5D4CB4;
}
</style>
background-color css
<style>
a { background-color: #5D4CB4; }
a { background-color: rgb(93,76,180); }
div.DivClassName
{
background-color: #5D4CB4;
}
.BgClassName
{
background-color: #5D4CB4;
}
</style>
border-color css
<style>
span { border-color: #5D4CB4; }
span { border-color: rgb(93,76,180); }
td.TdClassName
{
border-color: #5D4CB4;
}
.TagClassName
{
border-color: #5D4CB4;
}
</style>