Shades of Kingfisher Daisy #593D7D
Tints of Kingfisher Daisy #593D7D
RGB
CMYK
RGB Variations
Color information
#593D7D (or 0x593D7D) is known color: Kingfisher Daisy. HEX triplet: 59, 3D and 7D. RGB value is (89,61,125). Sum of RGB (Red+Green+Blue) = 89+61+125=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #593D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D7D is #A6C282. Grayscale: #4C4C4C. Windows color (decimal): -10928771 or 8207705. OLE color: 8207705.
HSL color Cylindrical-coordinate representation of color #593D7D: hue angle of 266.25º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #593D7D is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 61 | 125 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.51 |
| HSL | 266.25º | 0.34% | 0.36% | - |
| HSV(B) | 266.25º | 0.51% | 0.49% | - |
| XYZ | 9.49 | 6.94 | 20.24 | - |
| YUV | 76.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 125 | 0.29 | 0.51 | 0 | 0.51 | 266.25 | 0.34 | 0.36 |
| Hex | 59 | 3D | 7D | 1D | 33 | 0 | 33 | 10A | 22 | 24 |
| Octal | 131 | 75 | 175 | 35 | 63 | 0 | 63 | 412 | 42 | 44 |
| Binary | 1011001 | 111101 | 1111101 | 11101 | 110011 | 0 | 110011 | 100001010 | 100010 | 100100 |
Color Harmonies of #593D7D
Complementary color
Monochromatic Colors of #593D7D
Black with #593D7D
Text Example
Text Example
White with #593D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D7D; }
p { color: rgb(89,61,125); }
H1.HeaderClassName
{
color: #593D7D;
}
.AnyTagClassName
{
color: #593D7D;
}
</style>
background-color css
<style>
a { background-color: #593D7D; }
a { background-color: rgb(89,61,125); }
div.DivClassName
{
background-color: #593D7D;
}
.BgClassName
{
background-color: #593D7D;
}
</style>
border-color css
<style>
span { border-color: #593D7D; }
span { border-color: rgb(89,61,125); }
td.TdClassName
{
border-color: #593D7D;
}
.TagClassName
{
border-color: #593D7D;
}
</style>