Shades of Kingfisher Daisy #581A92
Tints of Kingfisher Daisy #581A92
RGB
CMYK
RGB Variations
Color information
#581A92 (or 0x581A92) is known color: Kingfisher Daisy. HEX triplet: 58, 1A and 92. RGB value is (88,26,146). Sum of RGB (Red+Green+Blue) = 88+26+146=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #581A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581A92 is #A7E56D. Grayscale: #393939. Windows color (decimal): -11003246 or 9575000. OLE color: 9575000.
HSL color Cylindrical-coordinate representation of color #581A92: hue angle of 271º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581A92 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 26 | 146 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.43 |
| HSL | 271º | 0.7% | 0.34% | - |
| HSV(B) | 271º | 0.82% | 0.57% | - |
| XYZ | 9.58 | 4.89 | 27.63 | - |
| YUV | 58.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 146 | 0.40 | 0.82 | 0 | 0.43 | 271 | 0.7 | 0.34 |
| Hex | 58 | 1A | 92 | 28 | 52 | 0 | 2B | 10F | 46 | 22 |
| Octal | 130 | 32 | 222 | 50 | 122 | 0 | 53 | 417 | 106 | 42 |
| Binary | 1011000 | 11010 | 10010010 | 101000 | 1010010 | 0 | 101011 | 100001111 | 1000110 | 100010 |
Color Harmonies of #581A92
Complementary color
Monochromatic Colors of #581A92
Black with #581A92
Text Example
Text Example
White with #581A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A92; }
p { color: rgb(88,26,146); }
H1.HeaderClassName
{
color: #581A92;
}
.AnyTagClassName
{
color: #581A92;
}
</style>
background-color css
<style>
a { background-color: #581A92; }
a { background-color: rgb(88,26,146); }
div.DivClassName
{
background-color: #581A92;
}
.BgClassName
{
background-color: #581A92;
}
</style>
border-color css
<style>
span { border-color: #581A92; }
span { border-color: rgb(88,26,146); }
td.TdClassName
{
border-color: #581A92;
}
.TagClassName
{
border-color: #581A92;
}
</style>