Shades of Kingfisher Daisy #59227F
Tints of Kingfisher Daisy #59227F
RGB
CMYK
RGB Variations
Color information
#59227F (or 0x59227F) is known color: Kingfisher Daisy. HEX triplet: 59, 22 and 7F. RGB value is (89,34,127). Sum of RGB (Red+Green+Blue) = 89+34+127=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #59227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59227F is #A6DD80. Grayscale: #3C3C3C. Windows color (decimal): -10935681 or 8331865. OLE color: 8331865.
HSL color Cylindrical-coordinate representation of color #59227F: hue angle of 275.48º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59227F is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 34 | 127 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.50 |
| HSL | 275.48º | 0.58% | 0.32% | - |
| HSV(B) | 275.48º | 0.73% | 0.5% | - |
| XYZ | 8.52 | 4.8 | 20.56 | - |
| YUV | 61.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 127 | 0.30 | 0.73 | 0 | 0.50 | 275.48 | 0.58 | 0.32 |
| Hex | 59 | 22 | 7F | 1E | 49 | 0 | 32 | 113 | 3A | 20 |
| Octal | 131 | 42 | 177 | 36 | 111 | 0 | 62 | 423 | 72 | 40 |
| Binary | 1011001 | 100010 | 1111111 | 11110 | 1001001 | 0 | 110010 | 100010011 | 111010 | 100000 |
Color Harmonies of #59227F
Complementary color
Monochromatic Colors of #59227F
Black with #59227F
Text Example
Text Example
White with #59227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59227F; }
p { color: rgb(89,34,127); }
H1.HeaderClassName
{
color: #59227F;
}
.AnyTagClassName
{
color: #59227F;
}
</style>
background-color css
<style>
a { background-color: #59227F; }
a { background-color: rgb(89,34,127); }
div.DivClassName
{
background-color: #59227F;
}
.BgClassName
{
background-color: #59227F;
}
</style>
border-color css
<style>
span { border-color: #59227F; }
span { border-color: rgb(89,34,127); }
td.TdClassName
{
border-color: #59227F;
}
.TagClassName
{
border-color: #59227F;
}
</style>