Shades of Kingfisher Daisy #58387C
Tints of Kingfisher Daisy #58387C
RGB
CMYK
RGB Variations
Color information
#58387C (or 0x58387C) is known color: Kingfisher Daisy. HEX triplet: 58, 38 and 7C. RGB value is (88,56,124). Sum of RGB (Red+Green+Blue) = 88+56+124=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #58387C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58387C is #A7C783. Grayscale: #494949. Windows color (decimal): -10995588 or 8140888. OLE color: 8140888.
HSL color Cylindrical-coordinate representation of color #58387C: hue angle of 268.24º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58387C is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 56 | 124 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.51 |
| HSL | 268.24º | 0.38% | 0.35% | - |
| HSV(B) | 268.24º | 0.55% | 0.49% | - |
| XYZ | 9.08 | 6.36 | 19.82 | - |
| YUV | 73.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 124 | 0.29 | 0.55 | 0 | 0.51 | 268.24 | 0.38 | 0.35 |
| Hex | 58 | 38 | 7C | 1D | 37 | 0 | 33 | 10C | 26 | 23 |
| Octal | 130 | 70 | 174 | 35 | 67 | 0 | 63 | 414 | 46 | 43 |
| Binary | 1011000 | 111000 | 1111100 | 11101 | 110111 | 0 | 110011 | 100001100 | 100110 | 100011 |
Color Harmonies of #58387C
Complementary color
Monochromatic Colors of #58387C
Black with #58387C
Text Example
Text Example
White with #58387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58387C; }
p { color: rgb(88,56,124); }
H1.HeaderClassName
{
color: #58387C;
}
.AnyTagClassName
{
color: #58387C;
}
</style>
background-color css
<style>
a { background-color: #58387C; }
a { background-color: rgb(88,56,124); }
div.DivClassName
{
background-color: #58387C;
}
.BgClassName
{
background-color: #58387C;
}
</style>
border-color css
<style>
span { border-color: #58387C; }
span { border-color: rgb(88,56,124); }
td.TdClassName
{
border-color: #58387C;
}
.TagClassName
{
border-color: #58387C;
}
</style>