Shades of Kingfisher Daisy #592F7F
Tints of Kingfisher Daisy #592F7F
RGB
CMYK
RGB Variations
Color information
#592F7F (or 0x592F7F) is known color: Kingfisher Daisy. HEX triplet: 59, 2F and 7F. RGB value is (89,47,127). Sum of RGB (Red+Green+Blue) = 89+47+127=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #592F7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F7F is #A6D080. Grayscale: #444444. Windows color (decimal): -10932353 or 8335193. OLE color: 8335193.
HSL color Cylindrical-coordinate representation of color #592F7F: hue angle of 271.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592F7F is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 47 | 127 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.50 |
| HSL | 271.5º | 0.46% | 0.34% | - |
| HSV(B) | 271.5º | 0.63% | 0.5% | - |
| XYZ | 8.97 | 5.69 | 20.7 | - |
| YUV | 68.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 127 | 0.30 | 0.63 | 0 | 0.50 | 271.5 | 0.46 | 0.34 |
| Hex | 59 | 2F | 7F | 1E | 3F | 0 | 32 | 110 | 2E | 22 |
| Octal | 131 | 57 | 177 | 36 | 77 | 0 | 62 | 420 | 56 | 42 |
| Binary | 1011001 | 101111 | 1111111 | 11110 | 111111 | 0 | 110010 | 100010000 | 101110 | 100010 |
Color Harmonies of #592F7F
Complementary color
Monochromatic Colors of #592F7F
Black with #592F7F
Text Example
Text Example
White with #592F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F7F; }
p { color: rgb(89,47,127); }
H1.HeaderClassName
{
color: #592F7F;
}
.AnyTagClassName
{
color: #592F7F;
}
</style>
background-color css
<style>
a { background-color: #592F7F; }
a { background-color: rgb(89,47,127); }
div.DivClassName
{
background-color: #592F7F;
}
.BgClassName
{
background-color: #592F7F;
}
</style>
border-color css
<style>
span { border-color: #592F7F; }
span { border-color: rgb(89,47,127); }
td.TdClassName
{
border-color: #592F7F;
}
.TagClassName
{
border-color: #592F7F;
}
</style>