Shades of Kingfisher Daisy #583F80
Tints of Kingfisher Daisy #583F80
RGB
CMYK
RGB Variations
Color information
#583F80 (or 0x583F80) is known color: Kingfisher Daisy. HEX triplet: 58, 3F and 80. RGB value is (88,63,128). Sum of RGB (Red+Green+Blue) = 88+63+128=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #583F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583F80 is #A7C07F. Grayscale: #4D4D4D. Windows color (decimal): -10993792 or 8404824. OLE color: 8404824.
HSL color Cylindrical-coordinate representation of color #583F80: hue angle of 263.08º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #583F80 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 63 | 128 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.50 |
| HSL | 263.08º | 0.34% | 0.37% | - |
| HSV(B) | 263.08º | 0.51% | 0.5% | - |
| XYZ | 9.7 | 7.19 | 21.3 | - |
| YUV | 77.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 128 | 0.31 | 0.51 | 0 | 0.50 | 263.08 | 0.34 | 0.37 |
| Hex | 58 | 3F | 80 | 1F | 33 | 0 | 32 | 107 | 22 | 25 |
| Octal | 130 | 77 | 200 | 37 | 63 | 0 | 62 | 407 | 42 | 45 |
| Binary | 1011000 | 111111 | 10000000 | 11111 | 110011 | 0 | 110010 | 100000111 | 100010 | 100101 |
Color Harmonies of #583F80
Complementary color
Monochromatic Colors of #583F80
Black with #583F80
Text Example
Text Example
White with #583F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F80; }
p { color: rgb(88,63,128); }
H1.HeaderClassName
{
color: #583F80;
}
.AnyTagClassName
{
color: #583F80;
}
</style>
background-color css
<style>
a { background-color: #583F80; }
a { background-color: rgb(88,63,128); }
div.DivClassName
{
background-color: #583F80;
}
.BgClassName
{
background-color: #583F80;
}
</style>
border-color css
<style>
span { border-color: #583F80; }
span { border-color: rgb(88,63,128); }
td.TdClassName
{
border-color: #583F80;
}
.TagClassName
{
border-color: #583F80;
}
</style>