Shades of Kingfisher Daisy #593A7D
Tints of Kingfisher Daisy #593A7D
RGB
CMYK
RGB Variations
Color information
#593A7D (or 0x593A7D) is known color: Kingfisher Daisy. HEX triplet: 59, 3A and 7D. RGB value is (89,58,125). Sum of RGB (Red+Green+Blue) = 89+58+125=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #593A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593A7D is #A6C582. Grayscale: #4A4A4A. Windows color (decimal): -10929539 or 8206937. OLE color: 8206937.
HSL color Cylindrical-coordinate representation of color #593A7D: hue angle of 267.76º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #593A7D is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 58 | 125 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.51 |
| HSL | 267.76º | 0.37% | 0.36% | - |
| HSV(B) | 267.76º | 0.54% | 0.49% | - |
| XYZ | 9.33 | 6.63 | 20.19 | - |
| YUV | 74.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 125 | 0.29 | 0.54 | 0 | 0.51 | 267.76 | 0.37 | 0.36 |
| Hex | 59 | 3A | 7D | 1D | 36 | 0 | 33 | 10C | 25 | 24 |
| Octal | 131 | 72 | 175 | 35 | 66 | 0 | 63 | 414 | 45 | 44 |
| Binary | 1011001 | 111010 | 1111101 | 11101 | 110110 | 0 | 110011 | 100001100 | 100101 | 100100 |
Color Harmonies of #593A7D
Complementary color
Monochromatic Colors of #593A7D
Black with #593A7D
Text Example
Text Example
White with #593A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A7D; }
p { color: rgb(89,58,125); }
H1.HeaderClassName
{
color: #593A7D;
}
.AnyTagClassName
{
color: #593A7D;
}
</style>
background-color css
<style>
a { background-color: #593A7D; }
a { background-color: rgb(89,58,125); }
div.DivClassName
{
background-color: #593A7D;
}
.BgClassName
{
background-color: #593A7D;
}
</style>
border-color css
<style>
span { border-color: #593A7D; }
span { border-color: rgb(89,58,125); }
td.TdClassName
{
border-color: #593A7D;
}
.TagClassName
{
border-color: #593A7D;
}
</style>