Shades of Kingfisher Daisy #582C7E
Tints of Kingfisher Daisy #582C7E
RGB
CMYK
RGB Variations
Color information
#582C7E (or 0x582C7E) is known color: Kingfisher Daisy. HEX triplet: 58, 2C and 7E. RGB value is (88,44,126). Sum of RGB (Red+Green+Blue) = 88+44+126=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #582C7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C7E is #A7D381. Grayscale: #424242. Windows color (decimal): -10998658 or 8268888. OLE color: 8268888.
HSL color Cylindrical-coordinate representation of color #582C7E: hue angle of 272.2º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582C7E is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 44 | 126 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.51 |
| HSL | 272.2º | 0.48% | 0.33% | - |
| HSV(B) | 272.2º | 0.65% | 0.49% | - |
| XYZ | 8.69 | 5.38 | 20.32 | - |
| YUV | 66.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 126 | 0.30 | 0.65 | 0 | 0.51 | 272.2 | 0.48 | 0.33 |
| Hex | 58 | 2C | 7E | 1E | 41 | 0 | 33 | 110 | 30 | 21 |
| Octal | 130 | 54 | 176 | 36 | 101 | 0 | 63 | 420 | 60 | 41 |
| Binary | 1011000 | 101100 | 1111110 | 11110 | 1000001 | 0 | 110011 | 100010000 | 110000 | 100001 |
Color Harmonies of #582C7E
Complementary color
Monochromatic Colors of #582C7E
Black with #582C7E
Text Example
Text Example
White with #582C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C7E; }
p { color: rgb(88,44,126); }
H1.HeaderClassName
{
color: #582C7E;
}
.AnyTagClassName
{
color: #582C7E;
}
</style>
background-color css
<style>
a { background-color: #582C7E; }
a { background-color: rgb(88,44,126); }
div.DivClassName
{
background-color: #582C7E;
}
.BgClassName
{
background-color: #582C7E;
}
</style>
border-color css
<style>
span { border-color: #582C7E; }
span { border-color: rgb(88,44,126); }
td.TdClassName
{
border-color: #582C7E;
}
.TagClassName
{
border-color: #582C7E;
}
</style>