Shades of Daisy Bush #5C259A
Tints of Daisy Bush #5C259A
RGB
CMYK
RGB Variations
Color information
#5C259A (or 0x5C259A) is known color: Daisy Bush. HEX triplet: 5C, 25 and 9A. RGB value is (92,37,154). Sum of RGB (Red+Green+Blue) = 92+37+154=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C259A is #A3DA65. Grayscale: #424242. Windows color (decimal): -10738278 or 10102108. OLE color: 10102108.
HSL color Cylindrical-coordinate representation of color #5C259A: hue angle of 268.21º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C259A is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 37 | 154 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.40 |
| HSL | 268.21º | 0.61% | 0.37% | - |
| HSV(B) | 268.21º | 0.76% | 0.6% | - |
| XYZ | 10.91 | 5.93 | 31.14 | - |
| YUV | 66.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 154 | 0.40 | 0.76 | 0 | 0.40 | 268.21 | 0.61 | 0.37 |
| Hex | 5C | 25 | 9A | 28 | 4C | 0 | 28 | 10C | 3D | 25 |
| Octal | 134 | 45 | 232 | 50 | 114 | 0 | 50 | 414 | 75 | 45 |
| Binary | 1011100 | 100101 | 10011010 | 101000 | 1001100 | 0 | 101000 | 100001100 | 111101 | 100101 |
Color Harmonies of #5C259A
Complementary color
Monochromatic Colors of #5C259A
Black with #5C259A
Text Example
Text Example
White with #5C259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C259A; }
p { color: rgb(92,37,154); }
H1.HeaderClassName
{
color: #5C259A;
}
.AnyTagClassName
{
color: #5C259A;
}
</style>
background-color css
<style>
a { background-color: #5C259A; }
a { background-color: rgb(92,37,154); }
div.DivClassName
{
background-color: #5C259A;
}
.BgClassName
{
background-color: #5C259A;
}
</style>
border-color css
<style>
span { border-color: #5C259A; }
span { border-color: rgb(92,37,154); }
td.TdClassName
{
border-color: #5C259A;
}
.TagClassName
{
border-color: #5C259A;
}
</style>