Shades of Daisy Bush #5C269C
Tints of Daisy Bush #5C269C
RGB
CMYK
RGB Variations
Color information
#5C269C (or 0x5C269C) is known color: Daisy Bush. HEX triplet: 5C, 26 and 9C. RGB value is (92,38,156). Sum of RGB (Red+Green+Blue) = 92+38+156=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C269C is #A3D963. Grayscale: #434343. Windows color (decimal): -10738020 or 10233436. OLE color: 10233436.
HSL color Cylindrical-coordinate representation of color #5C269C: hue angle of 267.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C269C is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 38 | 156 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.39 |
| HSL | 267.46º | 0.61% | 0.38% | - |
| HSV(B) | 267.46º | 0.76% | 0.61% | - |
| XYZ | 11.11 | 6.06 | 32.04 | - |
| YUV | 67.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 156 | 0.41 | 0.76 | 0 | 0.39 | 267.46 | 0.61 | 0.38 |
| Hex | 5C | 26 | 9C | 29 | 4C | 0 | 27 | 10B | 3D | 26 |
| Octal | 134 | 46 | 234 | 51 | 114 | 0 | 47 | 413 | 75 | 46 |
| Binary | 1011100 | 100110 | 10011100 | 101001 | 1001100 | 0 | 100111 | 100001011 | 111101 | 100110 |
Color Harmonies of #5C269C
Complementary color
Monochromatic Colors of #5C269C
Black with #5C269C
Text Example
Text Example
White with #5C269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C269C; }
p { color: rgb(92,38,156); }
H1.HeaderClassName
{
color: #5C269C;
}
.AnyTagClassName
{
color: #5C269C;
}
</style>
background-color css
<style>
a { background-color: #5C269C; }
a { background-color: rgb(92,38,156); }
div.DivClassName
{
background-color: #5C269C;
}
.BgClassName
{
background-color: #5C269C;
}
</style>
border-color css
<style>
span { border-color: #5C269C; }
span { border-color: rgb(92,38,156); }
td.TdClassName
{
border-color: #5C269C;
}
.TagClassName
{
border-color: #5C269C;
}
</style>