Shades of Kingfisher Daisy #58237C
Tints of Kingfisher Daisy #58237C
RGB
CMYK
RGB Variations
Color information
#58237C (or 0x58237C) is known color: Kingfisher Daisy. HEX triplet: 58, 23 and 7C. RGB value is (88,35,124). Sum of RGB (Red+Green+Blue) = 88+35+124=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #58237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58237C is #A7DC83. Grayscale: #3C3C3C. Windows color (decimal): -11000964 or 8135512. OLE color: 8135512.
HSL color Cylindrical-coordinate representation of color #58237C: hue angle of 275.73º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58237C is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 35 | 124 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.51 |
| HSL | 275.73º | 0.56% | 0.31% | - |
| HSV(B) | 275.73º | 0.72% | 0.49% | - |
| XYZ | 8.26 | 4.73 | 19.55 | - |
| YUV | 60.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 35 | 124 | 0.29 | 0.72 | 0 | 0.51 | 275.73 | 0.56 | 0.31 |
| Hex | 58 | 23 | 7C | 1D | 48 | 0 | 33 | 114 | 38 | 1F |
| Octal | 130 | 43 | 174 | 35 | 110 | 0 | 63 | 424 | 70 | 37 |
| Binary | 1011000 | 100011 | 1111100 | 11101 | 1001000 | 0 | 110011 | 100010100 | 111000 | 11111 |
Color Harmonies of #58237C
Complementary color
Monochromatic Colors of #58237C
Black with #58237C
Text Example
Text Example
White with #58237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58237C; }
p { color: rgb(88,35,124); }
H1.HeaderClassName
{
color: #58237C;
}
.AnyTagClassName
{
color: #58237C;
}
</style>
background-color css
<style>
a { background-color: #58237C; }
a { background-color: rgb(88,35,124); }
div.DivClassName
{
background-color: #58237C;
}
.BgClassName
{
background-color: #58237C;
}
</style>
border-color css
<style>
span { border-color: #58237C; }
span { border-color: rgb(88,35,124); }
td.TdClassName
{
border-color: #58237C;
}
.TagClassName
{
border-color: #58237C;
}
</style>