Shades of Kingfisher Daisy #583C7A
Tints of Kingfisher Daisy #583C7A
RGB
CMYK
RGB Variations
Color information
#583C7A (or 0x583C7A) is known color: Kingfisher Daisy. HEX triplet: 58, 3C and 7A. RGB value is (88,60,122). Sum of RGB (Red+Green+Blue) = 88+60+122=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #583C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583C7A is #A7C385. Grayscale: #4B4B4B. Windows color (decimal): -10994566 or 8010840. OLE color: 8010840.
HSL color Cylindrical-coordinate representation of color #583C7A: hue angle of 267.1º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #583C7A is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 60 | 122 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.52 |
| HSL | 267.1º | 0.34% | 0.36% | - |
| HSV(B) | 267.1º | 0.51% | 0.48% | - |
| XYZ | 9.15 | 6.71 | 19.23 | - |
| YUV | 75.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 122 | 0.28 | 0.51 | 0 | 0.52 | 267.1 | 0.34 | 0.36 |
| Hex | 58 | 3C | 7A | 1C | 33 | 0 | 34 | 10B | 22 | 24 |
| Octal | 130 | 74 | 172 | 34 | 63 | 0 | 64 | 413 | 42 | 44 |
| Binary | 1011000 | 111100 | 1111010 | 11100 | 110011 | 0 | 110100 | 100001011 | 100010 | 100100 |
Color Harmonies of #583C7A
Complementary color
Monochromatic Colors of #583C7A
Black with #583C7A
Text Example
Text Example
White with #583C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C7A; }
p { color: rgb(88,60,122); }
H1.HeaderClassName
{
color: #583C7A;
}
.AnyTagClassName
{
color: #583C7A;
}
</style>
background-color css
<style>
a { background-color: #583C7A; }
a { background-color: rgb(88,60,122); }
div.DivClassName
{
background-color: #583C7A;
}
.BgClassName
{
background-color: #583C7A;
}
</style>
border-color css
<style>
span { border-color: #583C7A; }
span { border-color: rgb(88,60,122); }
td.TdClassName
{
border-color: #583C7A;
}
.TagClassName
{
border-color: #583C7A;
}
</style>