Shades of Kingfisher Daisy #581A99
Tints of Kingfisher Daisy #581A99
RGB
CMYK
RGB Variations
Color information
#581A99 (or 0x581A99) is known color: Kingfisher Daisy. HEX triplet: 58, 1A and 99. RGB value is (88,26,153). Sum of RGB (Red+Green+Blue) = 88+26+153=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #581A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581A99 is #A7E566. Grayscale: #3A3A3A. Windows color (decimal): -11003239 or 10033752. OLE color: 10033752.
HSL color Cylindrical-coordinate representation of color #581A99: hue angle of 269.29º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581A99 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 26 | 153 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.4 |
| HSL | 269.29º | 0.71% | 0.35% | - |
| HSV(B) | 269.29º | 0.83% | 0.6% | - |
| XYZ | 10.14 | 5.11 | 30.59 | - |
| YUV | 59.02 | 181.04 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 153 | 0.42 | 0.83 | 0 | 0.4 | 269.29 | 0.71 | 0.35 |
| Hex | 58 | 1A | 99 | 2A | 53 | 0 | 28 | 10D | 47 | 23 |
| Octal | 130 | 32 | 231 | 52 | 123 | 0 | 50 | 415 | 107 | 43 |
| Binary | 1011000 | 11010 | 10011001 | 101010 | 1010011 | 0 | 101000 | 100001101 | 1000111 | 100011 |
Color Harmonies of #581A99
Complementary color
Monochromatic Colors of #581A99
Black with #581A99
Text Example
Text Example
White with #581A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A99; }
p { color: rgb(88,26,153); }
H1.HeaderClassName
{
color: #581A99;
}
.AnyTagClassName
{
color: #581A99;
}
</style>
background-color css
<style>
a { background-color: #581A99; }
a { background-color: rgb(88,26,153); }
div.DivClassName
{
background-color: #581A99;
}
.BgClassName
{
background-color: #581A99;
}
</style>
border-color css
<style>
span { border-color: #581A99; }
span { border-color: rgb(88,26,153); }
td.TdClassName
{
border-color: #581A99;
}
.TagClassName
{
border-color: #581A99;
}
</style>