Shades of Kingfisher Daisy #653589
Tints of Kingfisher Daisy #653589
RGB
CMYK
RGB Variations
Color information
#653589 (or 0x653589) is known color: Kingfisher Daisy. HEX triplet: 65, 35 and 89. RGB value is (101,53,137). Sum of RGB (Red+Green+Blue) = 101+53+137=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #653589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653589 is #9ACA76. Grayscale: #4C4C4C. Windows color (decimal): -10144375 or 8992101. OLE color: 8992101.
HSL color Cylindrical-coordinate representation of color #653589: hue angle of 274.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653589 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 53 | 137 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.46 |
| HSL | 274.29º | 0.44% | 0.37% | - |
| HSV(B) | 274.29º | 0.61% | 0.54% | - |
| XYZ | 11.16 | 7.12 | 24.45 | - |
| YUV | 76.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 137 | 0.26 | 0.61 | 0 | 0.46 | 274.29 | 0.44 | 0.37 |
| Hex | 65 | 35 | 89 | 1A | 3D | 0 | 2E | 112 | 2C | 25 |
| Octal | 145 | 65 | 211 | 32 | 75 | 0 | 56 | 422 | 54 | 45 |
| Binary | 1100101 | 110101 | 10001001 | 11010 | 111101 | 0 | 101110 | 100010010 | 101100 | 100101 |
Color Harmonies of #653589
Complementary color
Monochromatic Colors of #653589
Black with #653589
Text Example
Text Example
White with #653589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653589; }
p { color: rgb(101,53,137); }
H1.HeaderClassName
{
color: #653589;
}
.AnyTagClassName
{
color: #653589;
}
</style>
background-color css
<style>
a { background-color: #653589; }
a { background-color: rgb(101,53,137); }
div.DivClassName
{
background-color: #653589;
}
.BgClassName
{
background-color: #653589;
}
</style>
border-color css
<style>
span { border-color: #653589; }
span { border-color: rgb(101,53,137); }
td.TdClassName
{
border-color: #653589;
}
.TagClassName
{
border-color: #653589;
}
</style>