Shades of Kingfisher Daisy #58278C
Tints of Kingfisher Daisy #58278C
RGB
CMYK
RGB Variations
Color information
#58278C (or 0x58278C) is known color: Kingfisher Daisy. HEX triplet: 58, 27 and 8C. RGB value is (88,39,140). Sum of RGB (Red+Green+Blue) = 88+39+140=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #58278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58278C is #A7D873. Grayscale: #404040. Windows color (decimal): -10999924 or 9185112. OLE color: 9185112.
HSL color Cylindrical-coordinate representation of color #58278C: hue angle of 269.11º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58278C is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 39 | 140 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.45 |
| HSL | 269.11º | 0.56% | 0.35% | - |
| HSV(B) | 269.11º | 0.72% | 0.55% | - |
| XYZ | 9.48 | 5.42 | 25.36 | - |
| YUV | 65.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 140 | 0.37 | 0.72 | 0 | 0.45 | 269.11 | 0.56 | 0.35 |
| Hex | 58 | 27 | 8C | 25 | 48 | 0 | 2D | 10D | 38 | 23 |
| Octal | 130 | 47 | 214 | 45 | 110 | 0 | 55 | 415 | 70 | 43 |
| Binary | 1011000 | 100111 | 10001100 | 100101 | 1001000 | 0 | 101101 | 100001101 | 111000 | 100011 |
Color Harmonies of #58278C
Complementary color
Monochromatic Colors of #58278C
Black with #58278C
Text Example
Text Example
White with #58278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58278C; }
p { color: rgb(88,39,140); }
H1.HeaderClassName
{
color: #58278C;
}
.AnyTagClassName
{
color: #58278C;
}
</style>
background-color css
<style>
a { background-color: #58278C; }
a { background-color: rgb(88,39,140); }
div.DivClassName
{
background-color: #58278C;
}
.BgClassName
{
background-color: #58278C;
}
</style>
border-color css
<style>
span { border-color: #58278C; }
span { border-color: rgb(88,39,140); }
td.TdClassName
{
border-color: #58278C;
}
.TagClassName
{
border-color: #58278C;
}
</style>