Shades of Daisy Bush #5C418F
Tints of Daisy Bush #5C418F
RGB
CMYK
RGB Variations
Color information
#5C418F (or 0x5C418F) is known color: Daisy Bush. HEX triplet: 5C, 41 and 8F. RGB value is (92,65,143). Sum of RGB (Red+Green+Blue) = 92+65+143=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C418F is #A3BE70. Grayscale: #515151. Windows color (decimal): -10731121 or 9388380. OLE color: 9388380.
HSL color Cylindrical-coordinate representation of color #5C418F: hue angle of 260.77º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C418F is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 65 | 143 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.44 |
| HSL | 260.77º | 0.38% | 0.41% | - |
| HSV(B) | 260.77º | 0.55% | 0.56% | - |
| XYZ | 11.26 | 8.04 | 26.94 | - |
| YUV | 81.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 143 | 0.36 | 0.55 | 0 | 0.44 | 260.77 | 0.38 | 0.41 |
| Hex | 5C | 41 | 8F | 24 | 37 | 0 | 2C | 105 | 26 | 29 |
| Octal | 134 | 101 | 217 | 44 | 67 | 0 | 54 | 405 | 46 | 51 |
| Binary | 1011100 | 1000001 | 10001111 | 100100 | 110111 | 0 | 101100 | 100000101 | 100110 | 101001 |
Color Harmonies of #5C418F
Complementary color
Monochromatic Colors of #5C418F
Black with #5C418F
Text Example
Text Example
White with #5C418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C418F; }
p { color: rgb(92,65,143); }
H1.HeaderClassName
{
color: #5C418F;
}
.AnyTagClassName
{
color: #5C418F;
}
</style>
background-color css
<style>
a { background-color: #5C418F; }
a { background-color: rgb(92,65,143); }
div.DivClassName
{
background-color: #5C418F;
}
.BgClassName
{
background-color: #5C418F;
}
</style>
border-color css
<style>
span { border-color: #5C418F; }
span { border-color: rgb(92,65,143); }
td.TdClassName
{
border-color: #5C418F;
}
.TagClassName
{
border-color: #5C418F;
}
</style>