Shades of Kingfisher Daisy #582E82
Tints of Kingfisher Daisy #582E82
RGB
CMYK
RGB Variations
Color information
#582E82 (or 0x582E82) is known color: Kingfisher Daisy. HEX triplet: 58, 2E and 82. RGB value is (88,46,130). Sum of RGB (Red+Green+Blue) = 88+46+130=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #582E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582E82 is #A7D17D. Grayscale: #434343. Windows color (decimal): -10998142 or 8531544. OLE color: 8531544.
HSL color Cylindrical-coordinate representation of color #582E82: hue angle of 270º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582E82 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 46 | 130 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.49 |
| HSL | 270º | 0.48% | 0.35% | - |
| HSV(B) | 270º | 0.65% | 0.51% | - |
| XYZ | 9.03 | 5.64 | 21.73 | - |
| YUV | 68.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 130 | 0.32 | 0.65 | 0 | 0.49 | 270 | 0.48 | 0.35 |
| Hex | 58 | 2E | 82 | 20 | 41 | 0 | 31 | 10E | 30 | 23 |
| Octal | 130 | 56 | 202 | 40 | 101 | 0 | 61 | 416 | 60 | 43 |
| Binary | 1011000 | 101110 | 10000010 | 100000 | 1000001 | 0 | 110001 | 100001110 | 110000 | 100011 |
Color Harmonies of #582E82
Complementary color
Monochromatic Colors of #582E82
Black with #582E82
Text Example
Text Example
White with #582E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E82; }
p { color: rgb(88,46,130); }
H1.HeaderClassName
{
color: #582E82;
}
.AnyTagClassName
{
color: #582E82;
}
</style>
background-color css
<style>
a { background-color: #582E82; }
a { background-color: rgb(88,46,130); }
div.DivClassName
{
background-color: #582E82;
}
.BgClassName
{
background-color: #582E82;
}
</style>
border-color css
<style>
span { border-color: #582E82; }
span { border-color: rgb(88,46,130); }
td.TdClassName
{
border-color: #582E82;
}
.TagClassName
{
border-color: #582E82;
}
</style>