Shades of Kingfisher Daisy #592090
Tints of Kingfisher Daisy #592090
RGB
CMYK
RGB Variations
Color information
#592090 (or 0x592090) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 90. RGB value is (89,32,144). Sum of RGB (Red+Green+Blue) = 89+32+144=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #592090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592090 is #A6DF6F. Grayscale: #3D3D3D. Windows color (decimal): -10936176 or 9445465. OLE color: 9445465.
HSL color Cylindrical-coordinate representation of color #592090: hue angle of 270.54º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592090 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 32 | 144 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.44 |
| HSL | 270.54º | 0.64% | 0.35% | - |
| HSV(B) | 270.54º | 0.78% | 0.56% | - |
| XYZ | 9.67 | 5.17 | 26.87 | - |
| YUV | 61.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 144 | 0.38 | 0.78 | 0 | 0.44 | 270.54 | 0.64 | 0.35 |
| Hex | 59 | 20 | 90 | 26 | 4E | 0 | 2C | 10F | 40 | 23 |
| Octal | 131 | 40 | 220 | 46 | 116 | 0 | 54 | 417 | 100 | 43 |
| Binary | 1011001 | 100000 | 10010000 | 100110 | 1001110 | 0 | 101100 | 100001111 | 1000000 | 100011 |
Color Harmonies of #592090
Complementary color
Monochromatic Colors of #592090
Black with #592090
Text Example
Text Example
White with #592090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592090; }
p { color: rgb(89,32,144); }
H1.HeaderClassName
{
color: #592090;
}
.AnyTagClassName
{
color: #592090;
}
</style>
background-color css
<style>
a { background-color: #592090; }
a { background-color: rgb(89,32,144); }
div.DivClassName
{
background-color: #592090;
}
.BgClassName
{
background-color: #592090;
}
</style>
border-color css
<style>
span { border-color: #592090; }
span { border-color: rgb(89,32,144); }
td.TdClassName
{
border-color: #592090;
}
.TagClassName
{
border-color: #592090;
}
</style>