Shades of Daisy Bush #5C2FA0
Tints of Daisy Bush #5C2FA0
RGB
CMYK
RGB Variations
Color information
#5C2FA0 (or 0x5C2FA0) is known color: Daisy Bush. HEX triplet: 5C, 2F and A0. RGB value is (92,47,160). Sum of RGB (Red+Green+Blue) = 92+47+160=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #5C2FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2FA0 is #A3D05F. Grayscale: #484848. Windows color (decimal): -10735712 or 10497884. OLE color: 10497884.
HSL color Cylindrical-coordinate representation of color #5C2FA0: hue angle of 263.89º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C2FA0 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 47 | 160 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.37 |
| HSL | 263.89º | 0.55% | 0.41% | - |
| HSV(B) | 263.89º | 0.71% | 0.63% | - |
| XYZ | 11.78 | 6.85 | 33.96 | - |
| YUV | 73.34 | 176.91 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 160 | 0.43 | 0.71 | 0 | 0.37 | 263.89 | 0.55 | 0.41 |
| Hex | 5C | 2F | A0 | 2B | 47 | 0 | 25 | 108 | 37 | 29 |
| Octal | 134 | 57 | 240 | 53 | 107 | 0 | 45 | 410 | 67 | 51 |
| Binary | 1011100 | 101111 | 10100000 | 101011 | 1000111 | 0 | 100101 | 100001000 | 110111 | 101001 |
Color Harmonies of #5C2FA0
Complementary color
Monochromatic Colors of #5C2FA0
Black with #5C2FA0
Text Example
Text Example
White with #5C2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2FA0; }
p { color: rgb(92,47,160); }
H1.HeaderClassName
{
color: #5C2FA0;
}
.AnyTagClassName
{
color: #5C2FA0;
}
</style>
background-color css
<style>
a { background-color: #5C2FA0; }
a { background-color: rgb(92,47,160); }
div.DivClassName
{
background-color: #5C2FA0;
}
.BgClassName
{
background-color: #5C2FA0;
}
</style>
border-color css
<style>
span { border-color: #5C2FA0; }
span { border-color: rgb(92,47,160); }
td.TdClassName
{
border-color: #5C2FA0;
}
.TagClassName
{
border-color: #5C2FA0;
}
</style>