Shades of Kingfisher Daisy #58307A
Tints of Kingfisher Daisy #58307A
RGB
CMYK
RGB Variations
Color information
#58307A (or 0x58307A) is known color: Kingfisher Daisy. HEX triplet: 58, 30 and 7A. RGB value is (88,48,122). Sum of RGB (Red+Green+Blue) = 88+48+122=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #58307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58307A is #A7CF85. Grayscale: #444444. Windows color (decimal): -10997638 or 8007768. OLE color: 8007768.
HSL color Cylindrical-coordinate representation of color #58307A: hue angle of 272.43º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58307A is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 48 | 122 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.52 |
| HSL | 272.43º | 0.44% | 0.33% | - |
| HSV(B) | 272.43º | 0.61% | 0.48% | - |
| XYZ | 8.59 | 5.59 | 19.04 | - |
| YUV | 68.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 122 | 0.28 | 0.61 | 0 | 0.52 | 272.43 | 0.44 | 0.33 |
| Hex | 58 | 30 | 7A | 1C | 3D | 0 | 34 | 110 | 2C | 21 |
| Octal | 130 | 60 | 172 | 34 | 75 | 0 | 64 | 420 | 54 | 41 |
| Binary | 1011000 | 110000 | 1111010 | 11100 | 111101 | 0 | 110100 | 100010000 | 101100 | 100001 |
Color Harmonies of #58307A
Complementary color
Monochromatic Colors of #58307A
Black with #58307A
Text Example
Text Example
White with #58307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58307A; }
p { color: rgb(88,48,122); }
H1.HeaderClassName
{
color: #58307A;
}
.AnyTagClassName
{
color: #58307A;
}
</style>
background-color css
<style>
a { background-color: #58307A; }
a { background-color: rgb(88,48,122); }
div.DivClassName
{
background-color: #58307A;
}
.BgClassName
{
background-color: #58307A;
}
</style>
border-color css
<style>
span { border-color: #58307A; }
span { border-color: rgb(88,48,122); }
td.TdClassName
{
border-color: #58307A;
}
.TagClassName
{
border-color: #58307A;
}
</style>