Shades of Kingfisher Daisy #58227D
Tints of Kingfisher Daisy #58227D
RGB
CMYK
RGB Variations
Color information
#58227D (or 0x58227D) is known color: Kingfisher Daisy. HEX triplet: 58, 22 and 7D. RGB value is (88,34,125). Sum of RGB (Red+Green+Blue) = 88+34+125=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #58227D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58227D is #A7DD82. Grayscale: #3C3C3C. Windows color (decimal): -11001219 or 8200792. OLE color: 8200792.
HSL color Cylindrical-coordinate representation of color #58227D: hue angle of 275.6º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58227D is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 34 | 125 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.51 |
| HSL | 275.6º | 0.57% | 0.31% | - |
| HSV(B) | 275.6º | 0.73% | 0.49% | - |
| XYZ | 8.3 | 4.7 | 19.87 | - |
| YUV | 60.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 125 | 0.30 | 0.73 | 0 | 0.51 | 275.6 | 0.57 | 0.31 |
| Hex | 58 | 22 | 7D | 1E | 49 | 0 | 33 | 114 | 39 | 1F |
| Octal | 130 | 42 | 175 | 36 | 111 | 0 | 63 | 424 | 71 | 37 |
| Binary | 1011000 | 100010 | 1111101 | 11110 | 1001001 | 0 | 110011 | 100010100 | 111001 | 11111 |
Color Harmonies of #58227D
Complementary color
Monochromatic Colors of #58227D
Black with #58227D
Text Example
Text Example
White with #58227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58227D; }
p { color: rgb(88,34,125); }
H1.HeaderClassName
{
color: #58227D;
}
.AnyTagClassName
{
color: #58227D;
}
</style>
background-color css
<style>
a { background-color: #58227D; }
a { background-color: rgb(88,34,125); }
div.DivClassName
{
background-color: #58227D;
}
.BgClassName
{
background-color: #58227D;
}
</style>
border-color css
<style>
span { border-color: #58227D; }
span { border-color: rgb(88,34,125); }
td.TdClassName
{
border-color: #58227D;
}
.TagClassName
{
border-color: #58227D;
}
</style>