Shades of Kingfisher Daisy #582D7F
Tints of Kingfisher Daisy #582D7F
RGB
CMYK
RGB Variations
Color information
#582D7F (or 0x582D7F) is known color: Kingfisher Daisy. HEX triplet: 58, 2D and 7F. RGB value is (88,45,127). Sum of RGB (Red+Green+Blue) = 88+45+127=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #582D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D7F is #A7D280. Grayscale: #424242. Windows color (decimal): -10998401 or 8334680. OLE color: 8334680.
HSL color Cylindrical-coordinate representation of color #582D7F: hue angle of 271.46º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582D7F is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 45 | 127 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.50 |
| HSL | 271.46º | 0.48% | 0.34% | - |
| HSV(B) | 271.46º | 0.65% | 0.5% | - |
| XYZ | 8.79 | 5.48 | 20.67 | - |
| YUV | 67.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 127 | 0.31 | 0.65 | 0 | 0.50 | 271.46 | 0.48 | 0.34 |
| Hex | 58 | 2D | 7F | 1F | 41 | 0 | 32 | 10F | 30 | 22 |
| Octal | 130 | 55 | 177 | 37 | 101 | 0 | 62 | 417 | 60 | 42 |
| Binary | 1011000 | 101101 | 1111111 | 11111 | 1000001 | 0 | 110010 | 100001111 | 110000 | 100010 |
Color Harmonies of #582D7F
Complementary color
Monochromatic Colors of #582D7F
Black with #582D7F
Text Example
Text Example
White with #582D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D7F; }
p { color: rgb(88,45,127); }
H1.HeaderClassName
{
color: #582D7F;
}
.AnyTagClassName
{
color: #582D7F;
}
</style>
background-color css
<style>
a { background-color: #582D7F; }
a { background-color: rgb(88,45,127); }
div.DivClassName
{
background-color: #582D7F;
}
.BgClassName
{
background-color: #582D7F;
}
</style>
border-color css
<style>
span { border-color: #582D7F; }
span { border-color: rgb(88,45,127); }
td.TdClassName
{
border-color: #582D7F;
}
.TagClassName
{
border-color: #582D7F;
}
</style>