Shades of Kingfisher Daisy #58317C
Tints of Kingfisher Daisy #58317C
RGB
CMYK
RGB Variations
Color information
#58317C (or 0x58317C) is known color: Kingfisher Daisy. HEX triplet: 58, 31 and 7C. RGB value is (88,49,124). Sum of RGB (Red+Green+Blue) = 88+49+124=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #58317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58317C is #A7CE83. Grayscale: #444444. Windows color (decimal): -10997380 or 8139096. OLE color: 8139096.
HSL color Cylindrical-coordinate representation of color #58317C: hue angle of 271.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58317C is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 49 | 124 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.51 |
| HSL | 271.2º | 0.43% | 0.34% | - |
| HSV(B) | 271.2º | 0.6% | 0.49% | - |
| XYZ | 8.76 | 5.73 | 19.71 | - |
| YUV | 69.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 124 | 0.29 | 0.60 | 0 | 0.51 | 271.2 | 0.43 | 0.34 |
| Hex | 58 | 31 | 7C | 1D | 3C | 0 | 33 | 10F | 2B | 22 |
| Octal | 130 | 61 | 174 | 35 | 74 | 0 | 63 | 417 | 53 | 42 |
| Binary | 1011000 | 110001 | 1111100 | 11101 | 111100 | 0 | 110011 | 100001111 | 101011 | 100010 |
Color Harmonies of #58317C
Complementary color
Monochromatic Colors of #58317C
Black with #58317C
Text Example
Text Example
White with #58317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58317C; }
p { color: rgb(88,49,124); }
H1.HeaderClassName
{
color: #58317C;
}
.AnyTagClassName
{
color: #58317C;
}
</style>
background-color css
<style>
a { background-color: #58317C; }
a { background-color: rgb(88,49,124); }
div.DivClassName
{
background-color: #58317C;
}
.BgClassName
{
background-color: #58317C;
}
</style>
border-color css
<style>
span { border-color: #58317C; }
span { border-color: rgb(88,49,124); }
td.TdClassName
{
border-color: #58317C;
}
.TagClassName
{
border-color: #58317C;
}
</style>