Shades of Kingfisher Daisy #593C7C
Tints of Kingfisher Daisy #593C7C
RGB
CMYK
RGB Variations
Color information
#593C7C (or 0x593C7C) is known color: Kingfisher Daisy. HEX triplet: 59, 3C and 7C. RGB value is (89,60,124). Sum of RGB (Red+Green+Blue) = 89+60+124=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #593C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C7C is #A6C383. Grayscale: #4B4B4B. Windows color (decimal): -10929028 or 8141913. OLE color: 8141913.
HSL color Cylindrical-coordinate representation of color #593C7C: hue angle of 267.19º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #593C7C is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 60 | 124 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.51 |
| HSL | 267.19º | 0.35% | 0.36% | - |
| HSV(B) | 267.19º | 0.52% | 0.49% | - |
| XYZ | 9.37 | 6.81 | 19.89 | - |
| YUV | 75.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 124 | 0.28 | 0.52 | 0 | 0.51 | 267.19 | 0.35 | 0.36 |
| Hex | 59 | 3C | 7C | 1C | 34 | 0 | 33 | 10B | 23 | 24 |
| Octal | 131 | 74 | 174 | 34 | 64 | 0 | 63 | 413 | 43 | 44 |
| Binary | 1011001 | 111100 | 1111100 | 11100 | 110100 | 0 | 110011 | 100001011 | 100011 | 100100 |
Color Harmonies of #593C7C
Complementary color
Monochromatic Colors of #593C7C
Black with #593C7C
Text Example
Text Example
White with #593C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C7C; }
p { color: rgb(89,60,124); }
H1.HeaderClassName
{
color: #593C7C;
}
.AnyTagClassName
{
color: #593C7C;
}
</style>
background-color css
<style>
a { background-color: #593C7C; }
a { background-color: rgb(89,60,124); }
div.DivClassName
{
background-color: #593C7C;
}
.BgClassName
{
background-color: #593C7C;
}
</style>
border-color css
<style>
span { border-color: #593C7C; }
span { border-color: rgb(89,60,124); }
td.TdClassName
{
border-color: #593C7C;
}
.TagClassName
{
border-color: #593C7C;
}
</style>