Shades of Daisy Bush #5C239B
Tints of Daisy Bush #5C239B
RGB
CMYK
RGB Variations
Color information
#5C239B (or 0x5C239B) is known color: Daisy Bush. HEX triplet: 5C, 23 and 9B. RGB value is (92,35,155). Sum of RGB (Red+Green+Blue) = 92+35+155=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C239B is #A3DC64. Grayscale: #414141. Windows color (decimal): -10738789 or 10167132. OLE color: 10167132.
HSL color Cylindrical-coordinate representation of color #5C239B: hue angle of 268.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C239B is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 35 | 155 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.39 |
| HSL | 268.5º | 0.63% | 0.37% | - |
| HSV(B) | 268.5º | 0.77% | 0.61% | - |
| XYZ | 10.93 | 5.84 | 31.56 | - |
| YUV | 65.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 155 | 0.41 | 0.77 | 0 | 0.39 | 268.5 | 0.63 | 0.37 |
| Hex | 5C | 23 | 9B | 29 | 4D | 0 | 27 | 10C | 3F | 25 |
| Octal | 134 | 43 | 233 | 51 | 115 | 0 | 47 | 414 | 77 | 45 |
| Binary | 1011100 | 100011 | 10011011 | 101001 | 1001101 | 0 | 100111 | 100001100 | 111111 | 100101 |
Color Harmonies of #5C239B
Complementary color
Monochromatic Colors of #5C239B
Black with #5C239B
Text Example
Text Example
White with #5C239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C239B; }
p { color: rgb(92,35,155); }
H1.HeaderClassName
{
color: #5C239B;
}
.AnyTagClassName
{
color: #5C239B;
}
</style>
background-color css
<style>
a { background-color: #5C239B; }
a { background-color: rgb(92,35,155); }
div.DivClassName
{
background-color: #5C239B;
}
.BgClassName
{
background-color: #5C239B;
}
</style>
border-color css
<style>
span { border-color: #5C239B; }
span { border-color: rgb(92,35,155); }
td.TdClassName
{
border-color: #5C239B;
}
.TagClassName
{
border-color: #5C239B;
}
</style>