Shades of Kingfisher Daisy #581C84
Tints of Kingfisher Daisy #581C84
RGB
CMYK
RGB Variations
Color information
#581C84 (or 0x581C84) is known color: Kingfisher Daisy. HEX triplet: 58, 1C and 84. RGB value is (88,28,132). Sum of RGB (Red+Green+Blue) = 88+28+132=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #581C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581C84 is #A7E37B. Grayscale: #393939. Windows color (decimal): -11002748 or 8658008. OLE color: 8658008.
HSL color Cylindrical-coordinate representation of color #581C84: hue angle of 274.62º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581C84 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 28 | 132 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.48 |
| HSL | 274.62º | 0.65% | 0.31% | - |
| HSV(B) | 274.62º | 0.79% | 0.52% | - |
| XYZ | 8.6 | 4.57 | 22.26 | - |
| YUV | 57.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 132 | 0.33 | 0.79 | 0 | 0.48 | 274.62 | 0.65 | 0.31 |
| Hex | 58 | 1C | 84 | 21 | 4F | 0 | 30 | 113 | 41 | 1F |
| Octal | 130 | 34 | 204 | 41 | 117 | 0 | 60 | 423 | 101 | 37 |
| Binary | 1011000 | 11100 | 10000100 | 100001 | 1001111 | 0 | 110000 | 100010011 | 1000001 | 11111 |
Color Harmonies of #581C84
Complementary color
Monochromatic Colors of #581C84
Black with #581C84
Text Example
Text Example
White with #581C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C84; }
p { color: rgb(88,28,132); }
H1.HeaderClassName
{
color: #581C84;
}
.AnyTagClassName
{
color: #581C84;
}
</style>
background-color css
<style>
a { background-color: #581C84; }
a { background-color: rgb(88,28,132); }
div.DivClassName
{
background-color: #581C84;
}
.BgClassName
{
background-color: #581C84;
}
</style>
border-color css
<style>
span { border-color: #581C84; }
span { border-color: rgb(88,28,132); }
td.TdClassName
{
border-color: #581C84;
}
.TagClassName
{
border-color: #581C84;
}
</style>