Shades of Kingfisher Daisy #58248C
Tints of Kingfisher Daisy #58248C
RGB
CMYK
RGB Variations
Color information
#58248C (or 0x58248C) is known color: Kingfisher Daisy. HEX triplet: 58, 24 and 8C. RGB value is (88,36,140). Sum of RGB (Red+Green+Blue) = 88+36+140=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #58248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58248C is #A7DB73. Grayscale: #3F3F3F. Windows color (decimal): -11000692 or 9184344. OLE color: 9184344.
HSL color Cylindrical-coordinate representation of color #58248C: hue angle of 270º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58248C is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 36 | 140 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.45 |
| HSL | 270º | 0.59% | 0.35% | - |
| HSV(B) | 270º | 0.74% | 0.55% | - |
| XYZ | 9.39 | 5.23 | 25.33 | - |
| YUV | 63.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 140 | 0.37 | 0.74 | 0 | 0.45 | 270 | 0.59 | 0.35 |
| Hex | 58 | 24 | 8C | 25 | 4A | 0 | 2D | 10E | 3B | 23 |
| Octal | 130 | 44 | 214 | 45 | 112 | 0 | 55 | 416 | 73 | 43 |
| Binary | 1011000 | 100100 | 10001100 | 100101 | 1001010 | 0 | 101101 | 100001110 | 111011 | 100011 |
Color Harmonies of #58248C
Complementary color
Monochromatic Colors of #58248C
Black with #58248C
Text Example
Text Example
White with #58248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58248C; }
p { color: rgb(88,36,140); }
H1.HeaderClassName
{
color: #58248C;
}
.AnyTagClassName
{
color: #58248C;
}
</style>
background-color css
<style>
a { background-color: #58248C; }
a { background-color: rgb(88,36,140); }
div.DivClassName
{
background-color: #58248C;
}
.BgClassName
{
background-color: #58248C;
}
</style>
border-color css
<style>
span { border-color: #58248C; }
span { border-color: rgb(88,36,140); }
td.TdClassName
{
border-color: #58248C;
}
.TagClassName
{
border-color: #58248C;
}
</style>