Shades of Daisy Bush #5C469A
Tints of Daisy Bush #5C469A
RGB
CMYK
RGB Variations
Color information
#5C469A (or 0x5C469A) is known color: Daisy Bush. HEX triplet: 5C, 46 and 9A. RGB value is (92,70,154). Sum of RGB (Red+Green+Blue) = 92+70+154=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C469A is #A3B965. Grayscale: #555555. Windows color (decimal): -10729830 or 10110556. OLE color: 10110556.
HSL color Cylindrical-coordinate representation of color #5C469A: hue angle of 255.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C469A is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 70 | 154 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.40 |
| HSL | 255.71º | 0.38% | 0.44% | - |
| HSV(B) | 255.71º | 0.55% | 0.6% | - |
| XYZ | 12.44 | 8.99 | 31.65 | - |
| YUV | 86.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 154 | 0.40 | 0.55 | 0 | 0.40 | 255.71 | 0.38 | 0.44 |
| Hex | 5C | 46 | 9A | 28 | 37 | 0 | 28 | 100 | 26 | 2C |
| Octal | 134 | 106 | 232 | 50 | 67 | 0 | 50 | 400 | 46 | 54 |
| Binary | 1011100 | 1000110 | 10011010 | 101000 | 110111 | 0 | 101000 | 100000000 | 100110 | 101100 |
Color Harmonies of #5C469A
Complementary color
Monochromatic Colors of #5C469A
Black with #5C469A
Text Example
Text Example
White with #5C469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C469A; }
p { color: rgb(92,70,154); }
H1.HeaderClassName
{
color: #5C469A;
}
.AnyTagClassName
{
color: #5C469A;
}
</style>
background-color css
<style>
a { background-color: #5C469A; }
a { background-color: rgb(92,70,154); }
div.DivClassName
{
background-color: #5C469A;
}
.BgClassName
{
background-color: #5C469A;
}
</style>
border-color css
<style>
span { border-color: #5C469A; }
span { border-color: rgb(92,70,154); }
td.TdClassName
{
border-color: #5C469A;
}
.TagClassName
{
border-color: #5C469A;
}
</style>