Shades of Kingfisher Daisy #582C91
Tints of Kingfisher Daisy #582C91
RGB
CMYK
RGB Variations
Color information
#582C91 (or 0x582C91) is known color: Kingfisher Daisy. HEX triplet: 58, 2C and 91. RGB value is (88,44,145). Sum of RGB (Red+Green+Blue) = 88+44+145=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #582C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582C91 is #A7D36E. Grayscale: #444444. Windows color (decimal): -10998639 or 9514072. OLE color: 9514072.
HSL color Cylindrical-coordinate representation of color #582C91: hue angle of 266.14º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582C91 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 44 | 145 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.43 |
| HSL | 266.14º | 0.53% | 0.37% | - |
| HSV(B) | 266.14º | 0.7% | 0.57% | - |
| XYZ | 10.04 | 5.92 | 27.4 | - |
| YUV | 68.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 145 | 0.39 | 0.70 | 0 | 0.43 | 266.14 | 0.53 | 0.37 |
| Hex | 58 | 2C | 91 | 27 | 46 | 0 | 2B | 10A | 35 | 25 |
| Octal | 130 | 54 | 221 | 47 | 106 | 0 | 53 | 412 | 65 | 45 |
| Binary | 1011000 | 101100 | 10010001 | 100111 | 1000110 | 0 | 101011 | 100001010 | 110101 | 100101 |
Color Harmonies of #582C91
Complementary color
Monochromatic Colors of #582C91
Black with #582C91
Text Example
Text Example
White with #582C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C91; }
p { color: rgb(88,44,145); }
H1.HeaderClassName
{
color: #582C91;
}
.AnyTagClassName
{
color: #582C91;
}
</style>
background-color css
<style>
a { background-color: #582C91; }
a { background-color: rgb(88,44,145); }
div.DivClassName
{
background-color: #582C91;
}
.BgClassName
{
background-color: #582C91;
}
</style>
border-color css
<style>
span { border-color: #582C91; }
span { border-color: rgb(88,44,145); }
td.TdClassName
{
border-color: #582C91;
}
.TagClassName
{
border-color: #582C91;
}
</style>