Shades of Daisy Bush #5C2598
Tints of Daisy Bush #5C2598
RGB
CMYK
RGB Variations
Color information
#5C2598 (or 0x5C2598) is known color: Daisy Bush. HEX triplet: 5C, 25 and 98. RGB value is (92,37,152). Sum of RGB (Red+Green+Blue) = 92+37+152=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C2598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2598 is #A3DA67. Grayscale: #424242. Windows color (decimal): -10738280 or 9971036. OLE color: 9971036.
HSL color Cylindrical-coordinate representation of color #5C2598: hue angle of 268.7º 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 #5C2598 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 37 | 152 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.40 |
| HSL | 268.7º | 0.61% | 0.37% | - |
| HSV(B) | 268.7º | 0.76% | 0.6% | - |
| XYZ | 10.74 | 5.87 | 30.27 | - |
| YUV | 66.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 152 | 0.39 | 0.76 | 0 | 0.40 | 268.7 | 0.61 | 0.37 |
| Hex | 5C | 25 | 98 | 27 | 4C | 0 | 28 | 10D | 3D | 25 |
| Octal | 134 | 45 | 230 | 47 | 114 | 0 | 50 | 415 | 75 | 45 |
| Binary | 1011100 | 100101 | 10011000 | 100111 | 1001100 | 0 | 101000 | 100001101 | 111101 | 100101 |
Color Harmonies of #5C2598
Complementary color
Monochromatic Colors of #5C2598
Black with #5C2598
Text Example
Text Example
White with #5C2598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2598; }
p { color: rgb(92,37,152); }
H1.HeaderClassName
{
color: #5C2598;
}
.AnyTagClassName
{
color: #5C2598;
}
</style>
background-color css
<style>
a { background-color: #5C2598; }
a { background-color: rgb(92,37,152); }
div.DivClassName
{
background-color: #5C2598;
}
.BgClassName
{
background-color: #5C2598;
}
</style>
border-color css
<style>
span { border-color: #5C2598; }
span { border-color: rgb(92,37,152); }
td.TdClassName
{
border-color: #5C2598;
}
.TagClassName
{
border-color: #5C2598;
}
</style>