Shades of Blue Marguerite #5C47AB
Tints of Blue Marguerite #5C47AB
RGB
CMYK
RGB Variations
Color information
#5C47AB (or 0x5C47AB) is known color: Blue Marguerite. HEX triplet: 5C, 47 and AB. RGB value is (92,71,171). Sum of RGB (Red+Green+Blue) = 92+71+171=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C47AB is #A3B854. Grayscale: #585858. Windows color (decimal): -10729557 or 11224924. OLE color: 11224924.
HSL color Cylindrical-coordinate representation of color #5C47AB: hue angle of 252.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C47AB is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 71 | 171 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.33 |
| HSL | 252.6º | 0.41% | 0.47% | - |
| HSV(B) | 252.6º | 0.58% | 0.67% | - |
| XYZ | 14.02 | 9.72 | 39.67 | - |
| YUV | 88.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 171 | 0.46 | 0.58 | 0 | 0.33 | 252.6 | 0.41 | 0.47 |
| Hex | 5C | 47 | AB | 2E | 3A | 0 | 21 | FD | 29 | 2F |
| Octal | 134 | 107 | 253 | 56 | 72 | 0 | 41 | 375 | 51 | 57 |
| Binary | 1011100 | 1000111 | 10101011 | 101110 | 111010 | 0 | 100001 | 11111101 | 101001 | 101111 |
Color Harmonies of #5C47AB
Complementary color
Monochromatic Colors of #5C47AB
Black with #5C47AB
Text Example
Text Example
White with #5C47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C47AB; }
p { color: rgb(92,71,171); }
H1.HeaderClassName
{
color: #5C47AB;
}
.AnyTagClassName
{
color: #5C47AB;
}
</style>
background-color css
<style>
a { background-color: #5C47AB; }
a { background-color: rgb(92,71,171); }
div.DivClassName
{
background-color: #5C47AB;
}
.BgClassName
{
background-color: #5C47AB;
}
</style>
border-color css
<style>
span { border-color: #5C47AB; }
span { border-color: rgb(92,71,171); }
td.TdClassName
{
border-color: #5C47AB;
}
.TagClassName
{
border-color: #5C47AB;
}
</style>