Shades of Daisy Bush #5C2F92
Tints of Daisy Bush #5C2F92
RGB
CMYK
RGB Variations
Color information
#5C2F92 (or 0x5C2F92) is known color: Daisy Bush. HEX triplet: 5C, 2F and 92. RGB value is (92,47,146). Sum of RGB (Red+Green+Blue) = 92+47+146=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C2F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2F92 is #A3D06D. Grayscale: #474747. Windows color (decimal): -10735726 or 9580380. OLE color: 9580380.
HSL color Cylindrical-coordinate representation of color #5C2F92: hue angle of 267.27º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C2F92 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 47 | 146 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.43 |
| HSL | 267.27º | 0.51% | 0.38% | - |
| HSV(B) | 267.27º | 0.68% | 0.57% | - |
| XYZ | 10.62 | 6.38 | 27.87 | - |
| YUV | 71.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 146 | 0.37 | 0.68 | 0 | 0.43 | 267.27 | 0.51 | 0.38 |
| Hex | 5C | 2F | 92 | 25 | 44 | 0 | 2B | 10B | 33 | 26 |
| Octal | 134 | 57 | 222 | 45 | 104 | 0 | 53 | 413 | 63 | 46 |
| Binary | 1011100 | 101111 | 10010010 | 100101 | 1000100 | 0 | 101011 | 100001011 | 110011 | 100110 |
Color Harmonies of #5C2F92
Complementary color
Monochromatic Colors of #5C2F92
Black with #5C2F92
Text Example
Text Example
White with #5C2F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2F92; }
p { color: rgb(92,47,146); }
H1.HeaderClassName
{
color: #5C2F92;
}
.AnyTagClassName
{
color: #5C2F92;
}
</style>
background-color css
<style>
a { background-color: #5C2F92; }
a { background-color: rgb(92,47,146); }
div.DivClassName
{
background-color: #5C2F92;
}
.BgClassName
{
background-color: #5C2F92;
}
</style>
border-color css
<style>
span { border-color: #5C2F92; }
span { border-color: rgb(92,47,146); }
td.TdClassName
{
border-color: #5C2F92;
}
.TagClassName
{
border-color: #5C2F92;
}
</style>