Shades of Blue Marguerite #5C4ABC
Tints of Blue Marguerite #5C4ABC
RGB
CMYK
RGB Variations
Color information
#5C4ABC (or 0x5C4ABC) is known color: Blue Marguerite. HEX triplet: 5C, 4A and BC. RGB value is (92,74,188). Sum of RGB (Red+Green+Blue) = 92+74+188=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4ABC is #A3B543. Grayscale: #5B5B5B. Windows color (decimal): -10728772 or 12339804. OLE color: 12339804.
HSL color Cylindrical-coordinate representation of color #5C4ABC: hue angle of 249.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C4ABC is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 74 | 188 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.26 |
| HSL | 249.47º | 0.46% | 0.51% | - |
| HSV(B) | 249.47º | 0.61% | 0.74% | - |
| XYZ | 15.94 | 10.8 | 48.82 | - |
| YUV | 92.38 | 181.96 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 188 | 0.51 | 0.61 | 0 | 0.26 | 249.47 | 0.46 | 0.51 |
| Hex | 5C | 4A | BC | 33 | 3D | 0 | 1A | F9 | 2E | 33 |
| Octal | 134 | 112 | 274 | 63 | 75 | 0 | 32 | 371 | 56 | 63 |
| Binary | 1011100 | 1001010 | 10111100 | 110011 | 111101 | 0 | 11010 | 11111001 | 101110 | 110011 |
Color Harmonies of #5C4ABC
Complementary color
Monochromatic Colors of #5C4ABC
Black with #5C4ABC
Text Example
Text Example
White with #5C4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4ABC; }
p { color: rgb(92,74,188); }
H1.HeaderClassName
{
color: #5C4ABC;
}
.AnyTagClassName
{
color: #5C4ABC;
}
</style>
background-color css
<style>
a { background-color: #5C4ABC; }
a { background-color: rgb(92,74,188); }
div.DivClassName
{
background-color: #5C4ABC;
}
.BgClassName
{
background-color: #5C4ABC;
}
</style>
border-color css
<style>
span { border-color: #5C4ABC; }
span { border-color: rgb(92,74,188); }
td.TdClassName
{
border-color: #5C4ABC;
}
.TagClassName
{
border-color: #5C4ABC;
}
</style>