Shades of Kingfisher Daisy #582B91
Tints of Kingfisher Daisy #582B91
RGB
CMYK
RGB Variations
Color information
#582B91 (or 0x582B91) is known color: Kingfisher Daisy. HEX triplet: 58, 2B and 91. RGB value is (88,43,145). Sum of RGB (Red+Green+Blue) = 88+43+145=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #582B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582B91 is #A7D46E. Grayscale: #434343. Windows color (decimal): -10998895 or 9513816. OLE color: 9513816.
HSL color Cylindrical-coordinate representation of color #582B91: hue angle of 266.47º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582B91 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 43 | 145 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.43 |
| HSL | 266.47º | 0.54% | 0.37% | - |
| HSV(B) | 266.47º | 0.7% | 0.57% | - |
| XYZ | 10 | 5.85 | 27.39 | - |
| YUV | 68.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 145 | 0.39 | 0.70 | 0 | 0.43 | 266.47 | 0.54 | 0.37 |
| Hex | 58 | 2B | 91 | 27 | 46 | 0 | 2B | 10A | 36 | 25 |
| Octal | 130 | 53 | 221 | 47 | 106 | 0 | 53 | 412 | 66 | 45 |
| Binary | 1011000 | 101011 | 10010001 | 100111 | 1000110 | 0 | 101011 | 100001010 | 110110 | 100101 |
Color Harmonies of #582B91
Complementary color
Monochromatic Colors of #582B91
Black with #582B91
Text Example
Text Example
White with #582B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B91; }
p { color: rgb(88,43,145); }
H1.HeaderClassName
{
color: #582B91;
}
.AnyTagClassName
{
color: #582B91;
}
</style>
background-color css
<style>
a { background-color: #582B91; }
a { background-color: rgb(88,43,145); }
div.DivClassName
{
background-color: #582B91;
}
.BgClassName
{
background-color: #582B91;
}
</style>
border-color css
<style>
span { border-color: #582B91; }
span { border-color: rgb(88,43,145); }
td.TdClassName
{
border-color: #582B91;
}
.TagClassName
{
border-color: #582B91;
}
</style>