Shades of Kingfisher Daisy #591A8A
Tints of Kingfisher Daisy #591A8A
RGB
CMYK
RGB Variations
Color information
#591A8A (or 0x591A8A) is known color: Kingfisher Daisy. HEX triplet: 59, 1A and 8A. RGB value is (89,26,138). Sum of RGB (Red+Green+Blue) = 89+26+138=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #591A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A8A is #A6E575. Grayscale: #393939. Windows color (decimal): -10937718 or 9050713. OLE color: 9050713.
HSL color Cylindrical-coordinate representation of color #591A8A: hue angle of 273.75º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591A8A is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 26 | 138 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.46 |
| HSL | 273.75º | 0.68% | 0.32% | - |
| HSV(B) | 273.75º | 0.81% | 0.54% | - |
| XYZ | 9.08 | 4.7 | 24.47 | - |
| YUV | 57.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 138 | 0.36 | 0.81 | 0 | 0.46 | 273.75 | 0.68 | 0.32 |
| Hex | 59 | 1A | 8A | 24 | 51 | 0 | 2E | 112 | 44 | 20 |
| Octal | 131 | 32 | 212 | 44 | 121 | 0 | 56 | 422 | 104 | 40 |
| Binary | 1011001 | 11010 | 10001010 | 100100 | 1010001 | 0 | 101110 | 100010010 | 1000100 | 100000 |
Color Harmonies of #591A8A
Complementary color
Monochromatic Colors of #591A8A
Black with #591A8A
Text Example
Text Example
White with #591A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A8A; }
p { color: rgb(89,26,138); }
H1.HeaderClassName
{
color: #591A8A;
}
.AnyTagClassName
{
color: #591A8A;
}
</style>
background-color css
<style>
a { background-color: #591A8A; }
a { background-color: rgb(89,26,138); }
div.DivClassName
{
background-color: #591A8A;
}
.BgClassName
{
background-color: #591A8A;
}
</style>
border-color css
<style>
span { border-color: #591A8A; }
span { border-color: rgb(89,26,138); }
td.TdClassName
{
border-color: #591A8A;
}
.TagClassName
{
border-color: #591A8A;
}
</style>