Shades of Kingfisher Daisy #593C7F
Tints of Kingfisher Daisy #593C7F
RGB
CMYK
RGB Variations
Color information
#593C7F (or 0x593C7F) is known color: Kingfisher Daisy. HEX triplet: 59, 3C and 7F. RGB value is (89,60,127). Sum of RGB (Red+Green+Blue) = 89+60+127=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #593C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C7F is #A6C380. Grayscale: #4C4C4C. Windows color (decimal): -10929025 or 8338521. OLE color: 8338521.
HSL color Cylindrical-coordinate representation of color #593C7F: hue angle of 265.97º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #593C7F is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 60 | 127 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.50 |
| HSL | 265.97º | 0.36% | 0.37% | - |
| HSV(B) | 265.97º | 0.53% | 0.5% | - |
| XYZ | 9.57 | 6.89 | 20.9 | - |
| YUV | 76.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 127 | 0.30 | 0.53 | 0 | 0.50 | 265.97 | 0.36 | 0.37 |
| Hex | 59 | 3C | 7F | 1E | 35 | 0 | 32 | 10A | 24 | 25 |
| Octal | 131 | 74 | 177 | 36 | 65 | 0 | 62 | 412 | 44 | 45 |
| Binary | 1011001 | 111100 | 1111111 | 11110 | 110101 | 0 | 110010 | 100001010 | 100100 | 100101 |
Color Harmonies of #593C7F
Complementary color
Monochromatic Colors of #593C7F
Black with #593C7F
Text Example
Text Example
White with #593C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C7F; }
p { color: rgb(89,60,127); }
H1.HeaderClassName
{
color: #593C7F;
}
.AnyTagClassName
{
color: #593C7F;
}
</style>
background-color css
<style>
a { background-color: #593C7F; }
a { background-color: rgb(89,60,127); }
div.DivClassName
{
background-color: #593C7F;
}
.BgClassName
{
background-color: #593C7F;
}
</style>
border-color css
<style>
span { border-color: #593C7F; }
span { border-color: rgb(89,60,127); }
td.TdClassName
{
border-color: #593C7F;
}
.TagClassName
{
border-color: #593C7F;
}
</style>