Shades of Kingfisher Daisy #581A90
Tints of Kingfisher Daisy #581A90
RGB
CMYK
RGB Variations
Color information
#581A90 (or 0x581A90) is known color: Kingfisher Daisy. HEX triplet: 58, 1A and 90. RGB value is (88,26,144). Sum of RGB (Red+Green+Blue) = 88+26+144=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #581A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581A90 is #A7E56F. Grayscale: #393939. Windows color (decimal): -11003248 or 9443928. OLE color: 9443928.
HSL color Cylindrical-coordinate representation of color #581A90: hue angle of 271.53º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581A90 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 26 | 144 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.44 |
| HSL | 271.53º | 0.69% | 0.33% | - |
| HSV(B) | 271.53º | 0.82% | 0.56% | - |
| XYZ | 9.43 | 4.83 | 26.82 | - |
| YUV | 57.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 144 | 0.39 | 0.82 | 0 | 0.44 | 271.53 | 0.69 | 0.33 |
| Hex | 58 | 1A | 90 | 27 | 52 | 0 | 2C | 110 | 45 | 21 |
| Octal | 130 | 32 | 220 | 47 | 122 | 0 | 54 | 420 | 105 | 41 |
| Binary | 1011000 | 11010 | 10010000 | 100111 | 1010010 | 0 | 101100 | 100010000 | 1000101 | 100001 |
Color Harmonies of #581A90
Complementary color
Monochromatic Colors of #581A90
Black with #581A90
Text Example
Text Example
White with #581A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A90; }
p { color: rgb(88,26,144); }
H1.HeaderClassName
{
color: #581A90;
}
.AnyTagClassName
{
color: #581A90;
}
</style>
background-color css
<style>
a { background-color: #581A90; }
a { background-color: rgb(88,26,144); }
div.DivClassName
{
background-color: #581A90;
}
.BgClassName
{
background-color: #581A90;
}
</style>
border-color css
<style>
span { border-color: #581A90; }
span { border-color: rgb(88,26,144); }
td.TdClassName
{
border-color: #581A90;
}
.TagClassName
{
border-color: #581A90;
}
</style>