Shades of Daisy Bush #5C279B
Tints of Daisy Bush #5C279B
RGB
CMYK
RGB Variations
Color information
#5C279B (or 0x5C279B) is known color: Daisy Bush. HEX triplet: 5C, 27 and 9B. RGB value is (92,39,155). Sum of RGB (Red+Green+Blue) = 92+39+155=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C279B is #A3D864. Grayscale: #434343. Windows color (decimal): -10737765 or 10168156. OLE color: 10168156.
HSL color Cylindrical-coordinate representation of color #5C279B: hue angle of 267.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C279B is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 39 | 155 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.39 |
| HSL | 267.41º | 0.6% | 0.38% | - |
| HSV(B) | 267.41º | 0.75% | 0.61% | - |
| XYZ | 11.06 | 6.09 | 31.6 | - |
| YUV | 68.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 155 | 0.41 | 0.75 | 0 | 0.39 | 267.41 | 0.6 | 0.38 |
| Hex | 5C | 27 | 9B | 29 | 4B | 0 | 27 | 10B | 3C | 26 |
| Octal | 134 | 47 | 233 | 51 | 113 | 0 | 47 | 413 | 74 | 46 |
| Binary | 1011100 | 100111 | 10011011 | 101001 | 1001011 | 0 | 100111 | 100001011 | 111100 | 100110 |
Color Harmonies of #5C279B
Complementary color
Monochromatic Colors of #5C279B
Black with #5C279B
Text Example
Text Example
White with #5C279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C279B; }
p { color: rgb(92,39,155); }
H1.HeaderClassName
{
color: #5C279B;
}
.AnyTagClassName
{
color: #5C279B;
}
</style>
background-color css
<style>
a { background-color: #5C279B; }
a { background-color: rgb(92,39,155); }
div.DivClassName
{
background-color: #5C279B;
}
.BgClassName
{
background-color: #5C279B;
}
</style>
border-color css
<style>
span { border-color: #5C279B; }
span { border-color: rgb(92,39,155); }
td.TdClassName
{
border-color: #5C279B;
}
.TagClassName
{
border-color: #5C279B;
}
</style>