Shades of Kingfisher Daisy #58347C
Tints of Kingfisher Daisy #58347C
RGB
CMYK
RGB Variations
Color information
#58347C (or 0x58347C) is known color: Kingfisher Daisy. HEX triplet: 58, 34 and 7C. RGB value is (88,52,124). Sum of RGB (Red+Green+Blue) = 88+52+124=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #58347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58347C is #A7CB83. Grayscale: #464646. Windows color (decimal): -10996612 or 8139864. OLE color: 8139864.
HSL color Cylindrical-coordinate representation of color #58347C: hue angle of 270º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58347C is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 52 | 124 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.51 |
| HSL | 270º | 0.41% | 0.35% | - |
| HSV(B) | 270º | 0.58% | 0.49% | - |
| XYZ | 8.89 | 5.99 | 19.76 | - |
| YUV | 70.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 124 | 0.29 | 0.58 | 0 | 0.51 | 270 | 0.41 | 0.35 |
| Hex | 58 | 34 | 7C | 1D | 3A | 0 | 33 | 10E | 29 | 23 |
| Octal | 130 | 64 | 174 | 35 | 72 | 0 | 63 | 416 | 51 | 43 |
| Binary | 1011000 | 110100 | 1111100 | 11101 | 111010 | 0 | 110011 | 100001110 | 101001 | 100011 |
Color Harmonies of #58347C
Complementary color
Monochromatic Colors of #58347C
Black with #58347C
Text Example
Text Example
White with #58347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58347C; }
p { color: rgb(88,52,124); }
H1.HeaderClassName
{
color: #58347C;
}
.AnyTagClassName
{
color: #58347C;
}
</style>
background-color css
<style>
a { background-color: #58347C; }
a { background-color: rgb(88,52,124); }
div.DivClassName
{
background-color: #58347C;
}
.BgClassName
{
background-color: #58347C;
}
</style>
border-color css
<style>
span { border-color: #58347C; }
span { border-color: rgb(88,52,124); }
td.TdClassName
{
border-color: #58347C;
}
.TagClassName
{
border-color: #58347C;
}
</style>