Shades of Kingfisher Daisy #653882
Tints of Kingfisher Daisy #653882
RGB
CMYK
RGB Variations
Color information
#653882 (or 0x653882) is known color: Kingfisher Daisy. HEX triplet: 65, 38 and 82. RGB value is (101,56,130). Sum of RGB (Red+Green+Blue) = 101+56+130=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #653882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653882 is #9AC77D. Grayscale: #4D4D4D. Windows color (decimal): -10143614 or 8534117. OLE color: 8534117.
HSL color Cylindrical-coordinate representation of color #653882: hue angle of 276.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #653882 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 56 | 130 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.49 |
| HSL | 276.49º | 0.4% | 0.36% | - |
| HSV(B) | 276.49º | 0.57% | 0.51% | - |
| XYZ | 10.81 | 7.21 | 21.94 | - |
| YUV | 77.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 130 | 0.22 | 0.57 | 0 | 0.49 | 276.49 | 0.4 | 0.36 |
| Hex | 65 | 38 | 82 | 16 | 39 | 0 | 31 | 114 | 28 | 24 |
| Octal | 145 | 70 | 202 | 26 | 71 | 0 | 61 | 424 | 50 | 44 |
| Binary | 1100101 | 111000 | 10000010 | 10110 | 111001 | 0 | 110001 | 100010100 | 101000 | 100100 |
Color Harmonies of #653882
Complementary color
Monochromatic Colors of #653882
Black with #653882
Text Example
Text Example
White with #653882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653882; }
p { color: rgb(101,56,130); }
H1.HeaderClassName
{
color: #653882;
}
.AnyTagClassName
{
color: #653882;
}
</style>
background-color css
<style>
a { background-color: #653882; }
a { background-color: rgb(101,56,130); }
div.DivClassName
{
background-color: #653882;
}
.BgClassName
{
background-color: #653882;
}
</style>
border-color css
<style>
span { border-color: #653882; }
span { border-color: rgb(101,56,130); }
td.TdClassName
{
border-color: #653882;
}
.TagClassName
{
border-color: #653882;
}
</style>