Shades of Kingfisher Daisy #59207D
Tints of Kingfisher Daisy #59207D
RGB
CMYK
RGB Variations
Color information
#59207D (or 0x59207D) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 7D. RGB value is (89,32,125). Sum of RGB (Red+Green+Blue) = 89+32+125=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #59207D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59207D is #A6DF82. Grayscale: #3B3B3B. Windows color (decimal): -10936195 or 8200281. OLE color: 8200281.
HSL color Cylindrical-coordinate representation of color #59207D: hue angle of 276.77º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59207D is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 32 | 125 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.51 |
| HSL | 276.77º | 0.59% | 0.31% | - |
| HSV(B) | 276.77º | 0.74% | 0.49% | - |
| XYZ | 8.34 | 4.64 | 19.86 | - |
| YUV | 59.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 125 | 0.29 | 0.74 | 0 | 0.51 | 276.77 | 0.59 | 0.31 |
| Hex | 59 | 20 | 7D | 1D | 4A | 0 | 33 | 115 | 3B | 1F |
| Octal | 131 | 40 | 175 | 35 | 112 | 0 | 63 | 425 | 73 | 37 |
| Binary | 1011001 | 100000 | 1111101 | 11101 | 1001010 | 0 | 110011 | 100010101 | 111011 | 11111 |
Color Harmonies of #59207D
Complementary color
Monochromatic Colors of #59207D
Black with #59207D
Text Example
Text Example
White with #59207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59207D; }
p { color: rgb(89,32,125); }
H1.HeaderClassName
{
color: #59207D;
}
.AnyTagClassName
{
color: #59207D;
}
</style>
background-color css
<style>
a { background-color: #59207D; }
a { background-color: rgb(89,32,125); }
div.DivClassName
{
background-color: #59207D;
}
.BgClassName
{
background-color: #59207D;
}
</style>
border-color css
<style>
span { border-color: #59207D; }
span { border-color: rgb(89,32,125); }
td.TdClassName
{
border-color: #59207D;
}
.TagClassName
{
border-color: #59207D;
}
</style>