Shades of Kingfisher Daisy #581C91
Tints of Kingfisher Daisy #581C91
RGB
CMYK
RGB Variations
Color information
#581C91 (or 0x581C91) is known color: Kingfisher Daisy. HEX triplet: 58, 1C and 91. RGB value is (88,28,145). Sum of RGB (Red+Green+Blue) = 88+28+145=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #581C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581C91 is #A7E36E. Grayscale: #3A3A3A. Windows color (decimal): -11002735 or 9509976. OLE color: 9509976.
HSL color Cylindrical-coordinate representation of color #581C91: hue angle of 270.77º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581C91 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 28 | 145 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.43 |
| HSL | 270.77º | 0.68% | 0.34% | - |
| HSV(B) | 270.77º | 0.81% | 0.57% | - |
| XYZ | 9.55 | 4.95 | 27.24 | - |
| YUV | 59.28 | 176.38 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 145 | 0.39 | 0.81 | 0 | 0.43 | 270.77 | 0.68 | 0.34 |
| Hex | 58 | 1C | 91 | 27 | 51 | 0 | 2B | 10F | 44 | 22 |
| Octal | 130 | 34 | 221 | 47 | 121 | 0 | 53 | 417 | 104 | 42 |
| Binary | 1011000 | 11100 | 10010001 | 100111 | 1010001 | 0 | 101011 | 100001111 | 1000100 | 100010 |
Color Harmonies of #581C91
Complementary color
Monochromatic Colors of #581C91
Black with #581C91
Text Example
Text Example
White with #581C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C91; }
p { color: rgb(88,28,145); }
H1.HeaderClassName
{
color: #581C91;
}
.AnyTagClassName
{
color: #581C91;
}
</style>
background-color css
<style>
a { background-color: #581C91; }
a { background-color: rgb(88,28,145); }
div.DivClassName
{
background-color: #581C91;
}
.BgClassName
{
background-color: #581C91;
}
</style>
border-color css
<style>
span { border-color: #581C91; }
span { border-color: rgb(88,28,145); }
td.TdClassName
{
border-color: #581C91;
}
.TagClassName
{
border-color: #581C91;
}
</style>