Shades of Daisy Bush #592F93
Tints of Daisy Bush #592F93
RGB
CMYK
RGB Variations
Color information
#592F93 (or 0x592F93) is known color: Daisy Bush. HEX triplet: 59, 2F and 93. RGB value is (89,47,147). Sum of RGB (Red+Green+Blue) = 89+47+147=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #592F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592F93 is #A6D06C. Grayscale: #464646. Windows color (decimal): -10932333 or 9645913. OLE color: 9645913.
HSL color Cylindrical-coordinate representation of color #592F93: hue angle of 265.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #592F93 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 47 | 147 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.42 |
| HSL | 265.2º | 0.52% | 0.38% | - |
| HSV(B) | 265.2º | 0.68% | 0.58% | - |
| XYZ | 10.4 | 6.26 | 28.26 | - |
| YUV | 70.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 147 | 0.39 | 0.68 | 0 | 0.42 | 265.2 | 0.52 | 0.38 |
| Hex | 59 | 2F | 93 | 27 | 44 | 0 | 2A | 109 | 34 | 26 |
| Octal | 131 | 57 | 223 | 47 | 104 | 0 | 52 | 411 | 64 | 46 |
| Binary | 1011001 | 101111 | 10010011 | 100111 | 1000100 | 0 | 101010 | 100001001 | 110100 | 100110 |
Color Harmonies of #592F93
Complementary color
Monochromatic Colors of #592F93
Black with #592F93
Text Example
Text Example
White with #592F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F93; }
p { color: rgb(89,47,147); }
H1.HeaderClassName
{
color: #592F93;
}
.AnyTagClassName
{
color: #592F93;
}
</style>
background-color css
<style>
a { background-color: #592F93; }
a { background-color: rgb(89,47,147); }
div.DivClassName
{
background-color: #592F93;
}
.BgClassName
{
background-color: #592F93;
}
</style>
border-color css
<style>
span { border-color: #592F93; }
span { border-color: rgb(89,47,147); }
td.TdClassName
{
border-color: #592F93;
}
.TagClassName
{
border-color: #592F93;
}
</style>