Shades of Kingfisher Daisy #582B8E
Tints of Kingfisher Daisy #582B8E
RGB
CMYK
RGB Variations
Color information
#582B8E (or 0x582B8E) is known color: Kingfisher Daisy. HEX triplet: 58, 2B and 8E. RGB value is (88,43,142). Sum of RGB (Red+Green+Blue) = 88+43+142=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #582B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582B8E is #A7D471. Grayscale: #434343. Windows color (decimal): -10998898 or 9317208. OLE color: 9317208.
HSL color Cylindrical-coordinate representation of color #582B8E: hue angle of 267.27º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582B8E is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 43 | 142 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.44 |
| HSL | 267.27º | 0.54% | 0.36% | - |
| HSV(B) | 267.27º | 0.7% | 0.56% | - |
| XYZ | 9.77 | 5.76 | 26.19 | - |
| YUV | 67.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 142 | 0.38 | 0.70 | 0 | 0.44 | 267.27 | 0.54 | 0.36 |
| Hex | 58 | 2B | 8E | 26 | 46 | 0 | 2C | 10B | 36 | 24 |
| Octal | 130 | 53 | 216 | 46 | 106 | 0 | 54 | 413 | 66 | 44 |
| Binary | 1011000 | 101011 | 10001110 | 100110 | 1000110 | 0 | 101100 | 100001011 | 110110 | 100100 |
Color Harmonies of #582B8E
Complementary color
Monochromatic Colors of #582B8E
Black with #582B8E
Text Example
Text Example
White with #582B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B8E; }
p { color: rgb(88,43,142); }
H1.HeaderClassName
{
color: #582B8E;
}
.AnyTagClassName
{
color: #582B8E;
}
</style>
background-color css
<style>
a { background-color: #582B8E; }
a { background-color: rgb(88,43,142); }
div.DivClassName
{
background-color: #582B8E;
}
.BgClassName
{
background-color: #582B8E;
}
</style>
border-color css
<style>
span { border-color: #582B8E; }
span { border-color: rgb(88,43,142); }
td.TdClassName
{
border-color: #582B8E;
}
.TagClassName
{
border-color: #582B8E;
}
</style>