Shades of Kingfisher Daisy #59287E
Tints of Kingfisher Daisy #59287E
RGB
CMYK
RGB Variations
Color information
#59287E (or 0x59287E) is known color: Kingfisher Daisy. HEX triplet: 59, 28 and 7E. RGB value is (89,40,126). Sum of RGB (Red+Green+Blue) = 89+40+126=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #59287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59287E is #A6D781. Grayscale: #404040. Windows color (decimal): -10934146 or 8267865. OLE color: 8267865.
HSL color Cylindrical-coordinate representation of color #59287E: hue angle of 274.19º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59287E is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 40 | 126 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.51 |
| HSL | 274.19º | 0.52% | 0.33% | - |
| HSV(B) | 274.19º | 0.68% | 0.49% | - |
| XYZ | 8.64 | 5.15 | 20.28 | - |
| YUV | 64.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 126 | 0.29 | 0.68 | 0 | 0.51 | 274.19 | 0.52 | 0.33 |
| Hex | 59 | 28 | 7E | 1D | 44 | 0 | 33 | 112 | 34 | 21 |
| Octal | 131 | 50 | 176 | 35 | 104 | 0 | 63 | 422 | 64 | 41 |
| Binary | 1011001 | 101000 | 1111110 | 11101 | 1000100 | 0 | 110011 | 100010010 | 110100 | 100001 |
Color Harmonies of #59287E
Complementary color
Monochromatic Colors of #59287E
Black with #59287E
Text Example
Text Example
White with #59287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59287E; }
p { color: rgb(89,40,126); }
H1.HeaderClassName
{
color: #59287E;
}
.AnyTagClassName
{
color: #59287E;
}
</style>
background-color css
<style>
a { background-color: #59287E; }
a { background-color: rgb(89,40,126); }
div.DivClassName
{
background-color: #59287E;
}
.BgClassName
{
background-color: #59287E;
}
</style>
border-color css
<style>
span { border-color: #59287E; }
span { border-color: rgb(89,40,126); }
td.TdClassName
{
border-color: #59287E;
}
.TagClassName
{
border-color: #59287E;
}
</style>