Shades of Kingfisher Daisy #653A82
Tints of Kingfisher Daisy #653A82
RGB
CMYK
RGB Variations
Color information
#653A82 (or 0x653A82) is known color: Kingfisher Daisy. HEX triplet: 65, 3A and 82. RGB value is (101,58,130). Sum of RGB (Red+Green+Blue) = 101+58+130=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #653A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653A82 is #9AC57D. Grayscale: #4E4E4E. Windows color (decimal): -10143102 or 8534629. OLE color: 8534629.
HSL color Cylindrical-coordinate representation of color #653A82: hue angle of 275.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #653A82 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 58 | 130 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.49 |
| HSL | 275.83º | 0.38% | 0.37% | - |
| HSV(B) | 275.83º | 0.55% | 0.51% | - |
| XYZ | 10.91 | 7.4 | 21.97 | - |
| YUV | 79.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 130 | 0.22 | 0.55 | 0 | 0.49 | 275.83 | 0.38 | 0.37 |
| Hex | 65 | 3A | 82 | 16 | 37 | 0 | 31 | 114 | 26 | 25 |
| Octal | 145 | 72 | 202 | 26 | 67 | 0 | 61 | 424 | 46 | 45 |
| Binary | 1100101 | 111010 | 10000010 | 10110 | 110111 | 0 | 110001 | 100010100 | 100110 | 100101 |
Color Harmonies of #653A82
Complementary color
Monochromatic Colors of #653A82
Black with #653A82
Text Example
Text Example
White with #653A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A82; }
p { color: rgb(101,58,130); }
H1.HeaderClassName
{
color: #653A82;
}
.AnyTagClassName
{
color: #653A82;
}
</style>
background-color css
<style>
a { background-color: #653A82; }
a { background-color: rgb(101,58,130); }
div.DivClassName
{
background-color: #653A82;
}
.BgClassName
{
background-color: #653A82;
}
</style>
border-color css
<style>
span { border-color: #653A82; }
span { border-color: rgb(101,58,130); }
td.TdClassName
{
border-color: #653A82;
}
.TagClassName
{
border-color: #653A82;
}
</style>