Shades of Daisy Bush #5C2597
Tints of Daisy Bush #5C2597
RGB
CMYK
RGB Variations
Color information
#5C2597 (or 0x5C2597) is known color: Daisy Bush. HEX triplet: 5C, 25 and 97. RGB value is (92,37,151). Sum of RGB (Red+Green+Blue) = 92+37+151=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #5C2597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2597 is #A3DA68. Grayscale: #424242. Windows color (decimal): -10738281 or 9905500. OLE color: 9905500.
HSL color Cylindrical-coordinate representation of color #5C2597: hue angle of 268.95º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C2597 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 37 | 151 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.41 |
| HSL | 268.95º | 0.61% | 0.37% | - |
| HSV(B) | 268.95º | 0.75% | 0.59% | - |
| XYZ | 10.66 | 5.83 | 29.84 | - |
| YUV | 66.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 151 | 0.39 | 0.75 | 0 | 0.41 | 268.95 | 0.61 | 0.37 |
| Hex | 5C | 25 | 97 | 27 | 4B | 0 | 29 | 10D | 3D | 25 |
| Octal | 134 | 45 | 227 | 47 | 113 | 0 | 51 | 415 | 75 | 45 |
| Binary | 1011100 | 100101 | 10010111 | 100111 | 1001011 | 0 | 101001 | 100001101 | 111101 | 100101 |
Color Harmonies of #5C2597
Complementary color
Monochromatic Colors of #5C2597
Black with #5C2597
Text Example
Text Example
White with #5C2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2597; }
p { color: rgb(92,37,151); }
H1.HeaderClassName
{
color: #5C2597;
}
.AnyTagClassName
{
color: #5C2597;
}
</style>
background-color css
<style>
a { background-color: #5C2597; }
a { background-color: rgb(92,37,151); }
div.DivClassName
{
background-color: #5C2597;
}
.BgClassName
{
background-color: #5C2597;
}
</style>
border-color css
<style>
span { border-color: #5C2597; }
span { border-color: rgb(92,37,151); }
td.TdClassName
{
border-color: #5C2597;
}
.TagClassName
{
border-color: #5C2597;
}
</style>