Shades of Blue Marguerite #5C43AF
Tints of Blue Marguerite #5C43AF
RGB
CMYK
RGB Variations
Color information
#5C43AF (or 0x5C43AF) is known color: Blue Marguerite. HEX triplet: 5C, 43 and AF. RGB value is (92,67,175). Sum of RGB (Red+Green+Blue) = 92+67+175=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C43AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C43AF is #A3BC50. Grayscale: #565656. Windows color (decimal): -10730577 or 11486044. OLE color: 11486044.
HSL color Cylindrical-coordinate representation of color #5C43AF: hue angle of 253.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C43AF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 67 | 175 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.31 |
| HSL | 253.89º | 0.45% | 0.47% | - |
| HSV(B) | 253.89º | 0.62% | 0.69% | - |
| XYZ | 14.16 | 9.38 | 41.62 | - |
| YUV | 86.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 175 | 0.47 | 0.62 | 0 | 0.31 | 253.89 | 0.45 | 0.47 |
| Hex | 5C | 43 | AF | 2F | 3E | 0 | 1F | FE | 2D | 2F |
| Octal | 134 | 103 | 257 | 57 | 76 | 0 | 37 | 376 | 55 | 57 |
| Binary | 1011100 | 1000011 | 10101111 | 101111 | 111110 | 0 | 11111 | 11111110 | 101101 | 101111 |
Color Harmonies of #5C43AF
Complementary color
Monochromatic Colors of #5C43AF
Black with #5C43AF
Text Example
Text Example
White with #5C43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C43AF; }
p { color: rgb(92,67,175); }
H1.HeaderClassName
{
color: #5C43AF;
}
.AnyTagClassName
{
color: #5C43AF;
}
</style>
background-color css
<style>
a { background-color: #5C43AF; }
a { background-color: rgb(92,67,175); }
div.DivClassName
{
background-color: #5C43AF;
}
.BgClassName
{
background-color: #5C43AF;
}
</style>
border-color css
<style>
span { border-color: #5C43AF; }
span { border-color: rgb(92,67,175); }
td.TdClassName
{
border-color: #5C43AF;
}
.TagClassName
{
border-color: #5C43AF;
}
</style>