Shades of Kingfisher Daisy #582D8E
Tints of Kingfisher Daisy #582D8E
RGB
CMYK
RGB Variations
Color information
#582D8E (or 0x582D8E) is known color: Kingfisher Daisy. HEX triplet: 58, 2D and 8E. RGB value is (88,45,142). Sum of RGB (Red+Green+Blue) = 88+45+142=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #582D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D8E is #A7D271. Grayscale: #444444. Windows color (decimal): -10998386 or 9317720. OLE color: 9317720.
HSL color Cylindrical-coordinate representation of color #582D8E: hue angle of 266.6º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582D8E is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 45 | 142 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.44 |
| HSL | 266.6º | 0.52% | 0.37% | - |
| HSV(B) | 266.6º | 0.68% | 0.56% | - |
| XYZ | 9.85 | 5.9 | 26.21 | - |
| YUV | 68.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 142 | 0.38 | 0.68 | 0 | 0.44 | 266.6 | 0.52 | 0.37 |
| Hex | 58 | 2D | 8E | 26 | 44 | 0 | 2C | 10B | 34 | 25 |
| Octal | 130 | 55 | 216 | 46 | 104 | 0 | 54 | 413 | 64 | 45 |
| Binary | 1011000 | 101101 | 10001110 | 100110 | 1000100 | 0 | 101100 | 100001011 | 110100 | 100101 |
Color Harmonies of #582D8E
Complementary color
Monochromatic Colors of #582D8E
Black with #582D8E
Text Example
Text Example
White with #582D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D8E; }
p { color: rgb(88,45,142); }
H1.HeaderClassName
{
color: #582D8E;
}
.AnyTagClassName
{
color: #582D8E;
}
</style>
background-color css
<style>
a { background-color: #582D8E; }
a { background-color: rgb(88,45,142); }
div.DivClassName
{
background-color: #582D8E;
}
.BgClassName
{
background-color: #582D8E;
}
</style>
border-color css
<style>
span { border-color: #582D8E; }
span { border-color: rgb(88,45,142); }
td.TdClassName
{
border-color: #582D8E;
}
.TagClassName
{
border-color: #582D8E;
}
</style>