Shades of Kingfisher Daisy #583A76
Tints of Kingfisher Daisy #583A76
RGB
CMYK
RGB Variations
Color information
#583A76 (or 0x583A76) is known color: Kingfisher Daisy. HEX triplet: 58, 3A and 76. RGB value is (88,58,118). Sum of RGB (Red+Green+Blue) = 88+58+118=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #583A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583A76 is #A7C589. Grayscale: #494949. Windows color (decimal): -10995082 or 7748184. OLE color: 7748184.
HSL color Cylindrical-coordinate representation of color #583A76: hue angle of 270º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #583A76 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 58 | 118 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.54 |
| HSL | 270º | 0.34% | 0.35% | - |
| HSV(B) | 270º | 0.51% | 0.46% | - |
| XYZ | 8.81 | 6.41 | 17.91 | - |
| YUV | 73.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 118 | 0.25 | 0.51 | 0 | 0.54 | 270 | 0.34 | 0.35 |
| Hex | 58 | 3A | 76 | 19 | 33 | 0 | 36 | 10E | 22 | 23 |
| Octal | 130 | 72 | 166 | 31 | 63 | 0 | 66 | 416 | 42 | 43 |
| Binary | 1011000 | 111010 | 1110110 | 11001 | 110011 | 0 | 110110 | 100001110 | 100010 | 100011 |
Color Harmonies of #583A76
Complementary color
Monochromatic Colors of #583A76
Black with #583A76
Text Example
Text Example
White with #583A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A76; }
p { color: rgb(88,58,118); }
H1.HeaderClassName
{
color: #583A76;
}
.AnyTagClassName
{
color: #583A76;
}
</style>
background-color css
<style>
a { background-color: #583A76; }
a { background-color: rgb(88,58,118); }
div.DivClassName
{
background-color: #583A76;
}
.BgClassName
{
background-color: #583A76;
}
</style>
border-color css
<style>
span { border-color: #583A76; }
span { border-color: rgb(88,58,118); }
td.TdClassName
{
border-color: #583A76;
}
.TagClassName
{
border-color: #583A76;
}
</style>