Shades of Kingfisher Daisy #58207D
Tints of Kingfisher Daisy #58207D
RGB
CMYK
RGB Variations
Color information
#58207D (or 0x58207D) is known color: Kingfisher Daisy. HEX triplet: 58, 20 and 7D. RGB value is (88,32,125). Sum of RGB (Red+Green+Blue) = 88+32+125=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #58207D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58207D is #A7DF82. Grayscale: #3B3B3B. Windows color (decimal): -11001731 or 8200280. OLE color: 8200280.
HSL color Cylindrical-coordinate representation of color #58207D: hue angle of 276.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58207D is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 32 | 125 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.51 |
| HSL | 276.13º | 0.59% | 0.31% | - |
| HSV(B) | 276.13º | 0.74% | 0.49% | - |
| XYZ | 8.24 | 4.59 | 19.85 | - |
| YUV | 59.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 125 | 0.30 | 0.74 | 0 | 0.51 | 276.13 | 0.59 | 0.31 |
| Hex | 58 | 20 | 7D | 1E | 4A | 0 | 33 | 114 | 3B | 1F |
| Octal | 130 | 40 | 175 | 36 | 112 | 0 | 63 | 424 | 73 | 37 |
| Binary | 1011000 | 100000 | 1111101 | 11110 | 1001010 | 0 | 110011 | 100010100 | 111011 | 11111 |
Color Harmonies of #58207D
Complementary color
Monochromatic Colors of #58207D
Black with #58207D
Text Example
Text Example
White with #58207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58207D; }
p { color: rgb(88,32,125); }
H1.HeaderClassName
{
color: #58207D;
}
.AnyTagClassName
{
color: #58207D;
}
</style>
background-color css
<style>
a { background-color: #58207D; }
a { background-color: rgb(88,32,125); }
div.DivClassName
{
background-color: #58207D;
}
.BgClassName
{
background-color: #58207D;
}
</style>
border-color css
<style>
span { border-color: #58207D; }
span { border-color: rgb(88,32,125); }
td.TdClassName
{
border-color: #58207D;
}
.TagClassName
{
border-color: #58207D;
}
</style>