Shades of Daisy Bush #5C2F99
Tints of Daisy Bush #5C2F99
RGB
CMYK
RGB Variations
Color information
#5C2F99 (or 0x5C2F99) is known color: Daisy Bush. HEX triplet: 5C, 2F and 99. RGB value is (92,47,153). Sum of RGB (Red+Green+Blue) = 92+47+153=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C2F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2F99 is #A3D066. Grayscale: #484848. Windows color (decimal): -10735719 or 10039132. OLE color: 10039132.
HSL color Cylindrical-coordinate representation of color #5C2F99: hue angle of 265.47º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C2F99 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 47 | 153 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.4 |
| HSL | 265.47º | 0.53% | 0.39% | - |
| HSV(B) | 265.47º | 0.69% | 0.6% | - |
| XYZ | 11.18 | 6.61 | 30.82 | - |
| YUV | 72.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 153 | 0.40 | 0.69 | 0 | 0.4 | 265.47 | 0.53 | 0.39 |
| Hex | 5C | 2F | 99 | 28 | 45 | 0 | 28 | 109 | 35 | 27 |
| Octal | 134 | 57 | 231 | 50 | 105 | 0 | 50 | 411 | 65 | 47 |
| Binary | 1011100 | 101111 | 10011001 | 101000 | 1000101 | 0 | 101000 | 100001001 | 110101 | 100111 |
Color Harmonies of #5C2F99
Complementary color
Monochromatic Colors of #5C2F99
Black with #5C2F99
Text Example
Text Example
White with #5C2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2F99; }
p { color: rgb(92,47,153); }
H1.HeaderClassName
{
color: #5C2F99;
}
.AnyTagClassName
{
color: #5C2F99;
}
</style>
background-color css
<style>
a { background-color: #5C2F99; }
a { background-color: rgb(92,47,153); }
div.DivClassName
{
background-color: #5C2F99;
}
.BgClassName
{
background-color: #5C2F99;
}
</style>
border-color css
<style>
span { border-color: #5C2F99; }
span { border-color: rgb(92,47,153); }
td.TdClassName
{
border-color: #5C2F99;
}
.TagClassName
{
border-color: #5C2F99;
}
</style>