Shades of Kingfisher Daisy #582288
Tints of Kingfisher Daisy #582288
RGB
CMYK
RGB Variations
Color information
#582288 (or 0x582288) is known color: Kingfisher Daisy. HEX triplet: 58, 22 and 88. RGB value is (88,34,136). Sum of RGB (Red+Green+Blue) = 88+34+136=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #582288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582288 is #A7DD77. Grayscale: #3D3D3D. Windows color (decimal): -11001208 or 8921688. OLE color: 8921688.
HSL color Cylindrical-coordinate representation of color #582288: hue angle of 271.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582288 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 34 | 136 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.47 |
| HSL | 271.76º | 0.6% | 0.33% | - |
| HSV(B) | 271.76º | 0.75% | 0.53% | - |
| XYZ | 9.04 | 5 | 23.78 | - |
| YUV | 61.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 136 | 0.35 | 0.75 | 0 | 0.47 | 271.76 | 0.6 | 0.33 |
| Hex | 58 | 22 | 88 | 23 | 4B | 0 | 2F | 110 | 3C | 21 |
| Octal | 130 | 42 | 210 | 43 | 113 | 0 | 57 | 420 | 74 | 41 |
| Binary | 1011000 | 100010 | 10001000 | 100011 | 1001011 | 0 | 101111 | 100010000 | 111100 | 100001 |
Color Harmonies of #582288
Complementary color
Monochromatic Colors of #582288
Black with #582288
Text Example
Text Example
White with #582288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582288; }
p { color: rgb(88,34,136); }
H1.HeaderClassName
{
color: #582288;
}
.AnyTagClassName
{
color: #582288;
}
</style>
background-color css
<style>
a { background-color: #582288; }
a { background-color: rgb(88,34,136); }
div.DivClassName
{
background-color: #582288;
}
.BgClassName
{
background-color: #582288;
}
</style>
border-color css
<style>
span { border-color: #582288; }
span { border-color: rgb(88,34,136); }
td.TdClassName
{
border-color: #582288;
}
.TagClassName
{
border-color: #582288;
}
</style>