Shades of Daisy Bush #5C369B
Tints of Daisy Bush #5C369B
RGB
CMYK
RGB Variations
Color information
#5C369B (or 0x5C369B) is known color: Daisy Bush. HEX triplet: 5C, 36 and 9B. RGB value is (92,54,155). Sum of RGB (Red+Green+Blue) = 92+54+155=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C369B is #A3C964. Grayscale: #4C4C4C. Windows color (decimal): -10733925 or 10171996. OLE color: 10171996.
HSL color Cylindrical-coordinate representation of color #5C369B: hue angle of 262.57º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C369B is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 54 | 155 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.39 |
| HSL | 262.57º | 0.48% | 0.41% | - |
| HSV(B) | 262.57º | 0.65% | 0.61% | - |
| XYZ | 11.65 | 7.28 | 31.8 | - |
| YUV | 76.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 155 | 0.41 | 0.65 | 0 | 0.39 | 262.57 | 0.48 | 0.41 |
| Hex | 5C | 36 | 9B | 29 | 41 | 0 | 27 | 107 | 30 | 29 |
| Octal | 134 | 66 | 233 | 51 | 101 | 0 | 47 | 407 | 60 | 51 |
| Binary | 1011100 | 110110 | 10011011 | 101001 | 1000001 | 0 | 100111 | 100000111 | 110000 | 101001 |
Color Harmonies of #5C369B
Complementary color
Monochromatic Colors of #5C369B
Black with #5C369B
Text Example
Text Example
White with #5C369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C369B; }
p { color: rgb(92,54,155); }
H1.HeaderClassName
{
color: #5C369B;
}
.AnyTagClassName
{
color: #5C369B;
}
</style>
background-color css
<style>
a { background-color: #5C369B; }
a { background-color: rgb(92,54,155); }
div.DivClassName
{
background-color: #5C369B;
}
.BgClassName
{
background-color: #5C369B;
}
</style>
border-color css
<style>
span { border-color: #5C369B; }
span { border-color: rgb(92,54,155); }
td.TdClassName
{
border-color: #5C369B;
}
.TagClassName
{
border-color: #5C369B;
}
</style>