Shades of Kingfisher Daisy #58327D
Tints of Kingfisher Daisy #58327D
RGB
CMYK
RGB Variations
Color information
#58327D (or 0x58327D) is known color: Kingfisher Daisy. HEX triplet: 58, 32 and 7D. RGB value is (88,50,125). Sum of RGB (Red+Green+Blue) = 88+50+125=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #58327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58327D is #A7CD82. Grayscale: #454545. Windows color (decimal): -10997123 or 8204888. OLE color: 8204888.
HSL color Cylindrical-coordinate representation of color #58327D: hue angle of 270.4º 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 #58327D is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 50 | 125 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.51 |
| HSL | 270.4º | 0.43% | 0.34% | - |
| HSV(B) | 270.4º | 0.6% | 0.49% | - |
| XYZ | 8.87 | 5.84 | 20.06 | - |
| YUV | 69.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 125 | 0.30 | 0.60 | 0 | 0.51 | 270.4 | 0.43 | 0.34 |
| Hex | 58 | 32 | 7D | 1E | 3C | 0 | 33 | 10E | 2B | 22 |
| Octal | 130 | 62 | 175 | 36 | 74 | 0 | 63 | 416 | 53 | 42 |
| Binary | 1011000 | 110010 | 1111101 | 11110 | 111100 | 0 | 110011 | 100001110 | 101011 | 100010 |
Color Harmonies of #58327D
Complementary color
Monochromatic Colors of #58327D
Black with #58327D
Text Example
Text Example
White with #58327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58327D; }
p { color: rgb(88,50,125); }
H1.HeaderClassName
{
color: #58327D;
}
.AnyTagClassName
{
color: #58327D;
}
</style>
background-color css
<style>
a { background-color: #58327D; }
a { background-color: rgb(88,50,125); }
div.DivClassName
{
background-color: #58327D;
}
.BgClassName
{
background-color: #58327D;
}
</style>
border-color css
<style>
span { border-color: #58327D; }
span { border-color: rgb(88,50,125); }
td.TdClassName
{
border-color: #58327D;
}
.TagClassName
{
border-color: #58327D;
}
</style>