Shades of Kingfisher Daisy #592E7D
Tints of Kingfisher Daisy #592E7D
RGB
CMYK
RGB Variations
Color information
#592E7D (or 0x592E7D) is known color: Kingfisher Daisy. HEX triplet: 59, 2E and 7D. RGB value is (89,46,125). Sum of RGB (Red+Green+Blue) = 89+46+125=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #592E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E7D is #A6D182. Grayscale: #434343. Windows color (decimal): -10932611 or 8203865. OLE color: 8203865.
HSL color Cylindrical-coordinate representation of color #592E7D: hue angle of 272.66º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592E7D is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 46 | 125 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.51 |
| HSL | 272.66º | 0.46% | 0.34% | - |
| HSV(B) | 272.66º | 0.63% | 0.49% | - |
| XYZ | 8.8 | 5.56 | 20.01 | - |
| YUV | 67.86 | 160.25 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 125 | 0.29 | 0.63 | 0 | 0.51 | 272.66 | 0.46 | 0.34 |
| Hex | 59 | 2E | 7D | 1D | 3F | 0 | 33 | 111 | 2E | 22 |
| Octal | 131 | 56 | 175 | 35 | 77 | 0 | 63 | 421 | 56 | 42 |
| Binary | 1011001 | 101110 | 1111101 | 11101 | 111111 | 0 | 110011 | 100010001 | 101110 | 100010 |
Color Harmonies of #592E7D
Complementary color
Monochromatic Colors of #592E7D
Black with #592E7D
Text Example
Text Example
White with #592E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E7D; }
p { color: rgb(89,46,125); }
H1.HeaderClassName
{
color: #592E7D;
}
.AnyTagClassName
{
color: #592E7D;
}
</style>
background-color css
<style>
a { background-color: #592E7D; }
a { background-color: rgb(89,46,125); }
div.DivClassName
{
background-color: #592E7D;
}
.BgClassName
{
background-color: #592E7D;
}
</style>
border-color css
<style>
span { border-color: #592E7D; }
span { border-color: rgb(89,46,125); }
td.TdClassName
{
border-color: #592E7D;
}
.TagClassName
{
border-color: #592E7D;
}
</style>