Shades of Kingfisher Daisy #653580
Tints of Kingfisher Daisy #653580
RGB
CMYK
RGB Variations
Color information
#653580 (or 0x653580) is known color: Kingfisher Daisy. HEX triplet: 65, 35 and 80. RGB value is (101,53,128). Sum of RGB (Red+Green+Blue) = 101+53+128=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #653580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653580 is #9ACA7F. Grayscale: #4B4B4B. Windows color (decimal): -10144384 or 8402277. OLE color: 8402277.
HSL color Cylindrical-coordinate representation of color #653580: hue angle of 278.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #653580 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 53 | 128 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.50 |
| HSL | 278.4º | 0.41% | 0.35% | - |
| HSV(B) | 278.4º | 0.59% | 0.5% | - |
| XYZ | 10.54 | 6.87 | 21.19 | - |
| YUV | 75.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 128 | 0.21 | 0.59 | 0 | 0.50 | 278.4 | 0.41 | 0.35 |
| Hex | 65 | 35 | 80 | 15 | 3B | 0 | 32 | 116 | 29 | 23 |
| Octal | 145 | 65 | 200 | 25 | 73 | 0 | 62 | 426 | 51 | 43 |
| Binary | 1100101 | 110101 | 10000000 | 10101 | 111011 | 0 | 110010 | 100010110 | 101001 | 100011 |
Color Harmonies of #653580
Complementary color
Monochromatic Colors of #653580
Black with #653580
Text Example
Text Example
White with #653580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653580; }
p { color: rgb(101,53,128); }
H1.HeaderClassName
{
color: #653580;
}
.AnyTagClassName
{
color: #653580;
}
</style>
background-color css
<style>
a { background-color: #653580; }
a { background-color: rgb(101,53,128); }
div.DivClassName
{
background-color: #653580;
}
.BgClassName
{
background-color: #653580;
}
</style>
border-color css
<style>
span { border-color: #653580; }
span { border-color: rgb(101,53,128); }
td.TdClassName
{
border-color: #653580;
}
.TagClassName
{
border-color: #653580;
}
</style>