Shades of Daisy Bush #5C4191
Tints of Daisy Bush #5C4191
RGB
CMYK
RGB Variations
Color information
#5C4191 (or 0x5C4191) is known color: Daisy Bush. HEX triplet: 5C, 41 and 91. RGB value is (92,65,145). Sum of RGB (Red+Green+Blue) = 92+65+145=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C4191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4191 is #A3BE6E. Grayscale: #515151. Windows color (decimal): -10731119 or 9519452. OLE color: 9519452.
HSL color Cylindrical-coordinate representation of color #5C4191: hue angle of 260.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C4191 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 65 | 145 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.43 |
| HSL | 260.25º | 0.38% | 0.41% | - |
| HSV(B) | 260.25º | 0.55% | 0.57% | - |
| XYZ | 11.41 | 8.1 | 27.75 | - |
| YUV | 82.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 145 | 0.37 | 0.55 | 0 | 0.43 | 260.25 | 0.38 | 0.41 |
| Hex | 5C | 41 | 91 | 25 | 37 | 0 | 2B | 104 | 26 | 29 |
| Octal | 134 | 101 | 221 | 45 | 67 | 0 | 53 | 404 | 46 | 51 |
| Binary | 1011100 | 1000001 | 10010001 | 100101 | 110111 | 0 | 101011 | 100000100 | 100110 | 101001 |
Color Harmonies of #5C4191
Complementary color
Monochromatic Colors of #5C4191
Black with #5C4191
Text Example
Text Example
White with #5C4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4191; }
p { color: rgb(92,65,145); }
H1.HeaderClassName
{
color: #5C4191;
}
.AnyTagClassName
{
color: #5C4191;
}
</style>
background-color css
<style>
a { background-color: #5C4191; }
a { background-color: rgb(92,65,145); }
div.DivClassName
{
background-color: #5C4191;
}
.BgClassName
{
background-color: #5C4191;
}
</style>
border-color css
<style>
span { border-color: #5C4191; }
span { border-color: rgb(92,65,145); }
td.TdClassName
{
border-color: #5C4191;
}
.TagClassName
{
border-color: #5C4191;
}
</style>