Shades of Kingfisher Daisy #58327C
Tints of Kingfisher Daisy #58327C
RGB
CMYK
RGB Variations
Color information
#58327C (or 0x58327C) is known color: Kingfisher Daisy. HEX triplet: 58, 32 and 7C. RGB value is (88,50,124). Sum of RGB (Red+Green+Blue) = 88+50+124=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #58327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58327C is #A7CD83. Grayscale: #454545. Windows color (decimal): -10997124 or 8139352. OLE color: 8139352.
HSL color Cylindrical-coordinate representation of color #58327C: hue angle of 270.81º 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 #58327C is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 50 | 124 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.51 |
| HSL | 270.81º | 0.43% | 0.34% | - |
| HSV(B) | 270.81º | 0.6% | 0.49% | - |
| XYZ | 8.8 | 5.81 | 19.73 | - |
| YUV | 69.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 124 | 0.29 | 0.60 | 0 | 0.51 | 270.81 | 0.43 | 0.34 |
| Hex | 58 | 32 | 7C | 1D | 3C | 0 | 33 | 10F | 2B | 22 |
| Octal | 130 | 62 | 174 | 35 | 74 | 0 | 63 | 417 | 53 | 42 |
| Binary | 1011000 | 110010 | 1111100 | 11101 | 111100 | 0 | 110011 | 100001111 | 101011 | 100010 |
Color Harmonies of #58327C
Complementary color
Monochromatic Colors of #58327C
Black with #58327C
Text Example
Text Example
White with #58327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58327C; }
p { color: rgb(88,50,124); }
H1.HeaderClassName
{
color: #58327C;
}
.AnyTagClassName
{
color: #58327C;
}
</style>
background-color css
<style>
a { background-color: #58327C; }
a { background-color: rgb(88,50,124); }
div.DivClassName
{
background-color: #58327C;
}
.BgClassName
{
background-color: #58327C;
}
</style>
border-color css
<style>
span { border-color: #58327C; }
span { border-color: rgb(88,50,124); }
td.TdClassName
{
border-color: #58327C;
}
.TagClassName
{
border-color: #58327C;
}
</style>