Shades of Daisy Bush #5C459D
Tints of Daisy Bush #5C459D
RGB
CMYK
RGB Variations
Color information
#5C459D (or 0x5C459D) is known color: Daisy Bush. HEX triplet: 5C, 45 and 9D. RGB value is (92,69,157). Sum of RGB (Red+Green+Blue) = 92+69+157=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C459D is #A3BA62. Grayscale: #555555. Windows color (decimal): -10730083 or 10306908. OLE color: 10306908.
HSL color Cylindrical-coordinate representation of color #5C459D: hue angle of 255.68º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C459D is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 69 | 157 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.38 |
| HSL | 255.68º | 0.39% | 0.44% | - |
| HSV(B) | 255.68º | 0.56% | 0.62% | - |
| XYZ | 12.63 | 8.97 | 32.96 | - |
| YUV | 85.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 157 | 0.41 | 0.56 | 0 | 0.38 | 255.68 | 0.39 | 0.44 |
| Hex | 5C | 45 | 9D | 29 | 38 | 0 | 26 | 100 | 27 | 2C |
| Octal | 134 | 105 | 235 | 51 | 70 | 0 | 46 | 400 | 47 | 54 |
| Binary | 1011100 | 1000101 | 10011101 | 101001 | 111000 | 0 | 100110 | 100000000 | 100111 | 101100 |
Color Harmonies of #5C459D
Complementary color
Monochromatic Colors of #5C459D
Black with #5C459D
Text Example
Text Example
White with #5C459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C459D; }
p { color: rgb(92,69,157); }
H1.HeaderClassName
{
color: #5C459D;
}
.AnyTagClassName
{
color: #5C459D;
}
</style>
background-color css
<style>
a { background-color: #5C459D; }
a { background-color: rgb(92,69,157); }
div.DivClassName
{
background-color: #5C459D;
}
.BgClassName
{
background-color: #5C459D;
}
</style>
border-color css
<style>
span { border-color: #5C459D; }
span { border-color: rgb(92,69,157); }
td.TdClassName
{
border-color: #5C459D;
}
.TagClassName
{
border-color: #5C459D;
}
</style>