Shades of Kingfisher Daisy #592C82
Tints of Kingfisher Daisy #592C82
RGB
CMYK
RGB Variations
Color information
#592C82 (or 0x592C82) is known color: Kingfisher Daisy. HEX triplet: 59, 2C and 82. RGB value is (89,44,130). Sum of RGB (Red+Green+Blue) = 89+44+130=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #592C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592C82 is #A6D37D. Grayscale: #424242. Windows color (decimal): -10933118 or 8531033. OLE color: 8531033.
HSL color Cylindrical-coordinate representation of color #592C82: hue angle of 271.4º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #592C82 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 44 | 130 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.49 |
| HSL | 271.4º | 0.49% | 0.34% | - |
| HSV(B) | 271.4º | 0.66% | 0.51% | - |
| XYZ | 9.05 | 5.54 | 21.71 | - |
| YUV | 67.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 130 | 0.32 | 0.66 | 0 | 0.49 | 271.4 | 0.49 | 0.34 |
| Hex | 59 | 2C | 82 | 20 | 42 | 0 | 31 | 10F | 31 | 22 |
| Octal | 131 | 54 | 202 | 40 | 102 | 0 | 61 | 417 | 61 | 42 |
| Binary | 1011001 | 101100 | 10000010 | 100000 | 1000010 | 0 | 110001 | 100001111 | 110001 | 100010 |
Color Harmonies of #592C82
Complementary color
Monochromatic Colors of #592C82
Black with #592C82
Text Example
Text Example
White with #592C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C82; }
p { color: rgb(89,44,130); }
H1.HeaderClassName
{
color: #592C82;
}
.AnyTagClassName
{
color: #592C82;
}
</style>
background-color css
<style>
a { background-color: #592C82; }
a { background-color: rgb(89,44,130); }
div.DivClassName
{
background-color: #592C82;
}
.BgClassName
{
background-color: #592C82;
}
</style>
border-color css
<style>
span { border-color: #592C82; }
span { border-color: rgb(89,44,130); }
td.TdClassName
{
border-color: #592C82;
}
.TagClassName
{
border-color: #592C82;
}
</style>