Shades of Kingfisher Daisy #592B76
Tints of Kingfisher Daisy #592B76
RGB
CMYK
RGB Variations
Color information
#592B76 (or 0x592B76) is known color: Kingfisher Daisy. HEX triplet: 59, 2B and 76. RGB value is (89,43,118). Sum of RGB (Red+Green+Blue) = 89+43+118=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #592B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592B76 is #A6D489. Grayscale: #414141. Windows color (decimal): -10933386 or 7744345. OLE color: 7744345.
HSL color Cylindrical-coordinate representation of color #592B76: hue angle of 276.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592B76 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 43 | 118 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.54 |
| HSL | 276.8º | 0.47% | 0.32% | - |
| HSV(B) | 276.8º | 0.64% | 0.46% | - |
| XYZ | 8.25 | 5.16 | 17.7 | - |
| YUV | 65.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 118 | 0.25 | 0.64 | 0 | 0.54 | 276.8 | 0.47 | 0.32 |
| Hex | 59 | 2B | 76 | 19 | 40 | 0 | 36 | 115 | 2F | 20 |
| Octal | 131 | 53 | 166 | 31 | 100 | 0 | 66 | 425 | 57 | 40 |
| Binary | 1011001 | 101011 | 1110110 | 11001 | 1000000 | 0 | 110110 | 100010101 | 101111 | 100000 |
Color Harmonies of #592B76
Complementary color
Monochromatic Colors of #592B76
Black with #592B76
Text Example
Text Example
White with #592B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B76; }
p { color: rgb(89,43,118); }
H1.HeaderClassName
{
color: #592B76;
}
.AnyTagClassName
{
color: #592B76;
}
</style>
background-color css
<style>
a { background-color: #592B76; }
a { background-color: rgb(89,43,118); }
div.DivClassName
{
background-color: #592B76;
}
.BgClassName
{
background-color: #592B76;
}
</style>
border-color css
<style>
span { border-color: #592B76; }
span { border-color: rgb(89,43,118); }
td.TdClassName
{
border-color: #592B76;
}
.TagClassName
{
border-color: #592B76;
}
</style>