Shades of Kingfisher Daisy #583282
Tints of Kingfisher Daisy #583282
RGB
CMYK
RGB Variations
Color information
#583282 (or 0x583282) is known color: Kingfisher Daisy. HEX triplet: 58, 32 and 82. RGB value is (88,50,130). Sum of RGB (Red+Green+Blue) = 88+50+130=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #583282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583282 is #A7CD7D. Grayscale: #464646. Windows color (decimal): -10997118 or 8532568. OLE color: 8532568.
HSL color Cylindrical-coordinate representation of color #583282: hue angle of 268.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #583282 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 50 | 130 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.49 |
| HSL | 268.5º | 0.44% | 0.35% | - |
| HSV(B) | 268.5º | 0.62% | 0.51% | - |
| XYZ | 9.19 | 5.97 | 21.79 | - |
| YUV | 70.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 130 | 0.32 | 0.62 | 0 | 0.49 | 268.5 | 0.44 | 0.35 |
| Hex | 58 | 32 | 82 | 20 | 3E | 0 | 31 | 10C | 2C | 23 |
| Octal | 130 | 62 | 202 | 40 | 76 | 0 | 61 | 414 | 54 | 43 |
| Binary | 1011000 | 110010 | 10000010 | 100000 | 111110 | 0 | 110001 | 100001100 | 101100 | 100011 |
Color Harmonies of #583282
Complementary color
Monochromatic Colors of #583282
Black with #583282
Text Example
Text Example
White with #583282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583282; }
p { color: rgb(88,50,130); }
H1.HeaderClassName
{
color: #583282;
}
.AnyTagClassName
{
color: #583282;
}
</style>
background-color css
<style>
a { background-color: #583282; }
a { background-color: rgb(88,50,130); }
div.DivClassName
{
background-color: #583282;
}
.BgClassName
{
background-color: #583282;
}
</style>
border-color css
<style>
span { border-color: #583282; }
span { border-color: rgb(88,50,130); }
td.TdClassName
{
border-color: #583282;
}
.TagClassName
{
border-color: #583282;
}
</style>