Shades of Kingfisher Daisy #653385
Tints of Kingfisher Daisy #653385
RGB
CMYK
RGB Variations
Color information
#653385 (or 0x653385) is known color: Kingfisher Daisy. HEX triplet: 65, 33 and 85. RGB value is (101,51,133). Sum of RGB (Red+Green+Blue) = 101+51+133=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #653385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653385 is #9ACC7A. Grayscale: #4B4B4B. Windows color (decimal): -10144891 or 8729445. OLE color: 8729445.
HSL color Cylindrical-coordinate representation of color #653385: hue angle of 276.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653385 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 51 | 133 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.48 |
| HSL | 276.59º | 0.45% | 0.36% | - |
| HSV(B) | 276.59º | 0.62% | 0.52% | - |
| XYZ | 10.78 | 6.83 | 22.94 | - |
| YUV | 75.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 133 | 0.24 | 0.62 | 0 | 0.48 | 276.59 | 0.45 | 0.36 |
| Hex | 65 | 33 | 85 | 18 | 3E | 0 | 30 | 115 | 2D | 24 |
| Octal | 145 | 63 | 205 | 30 | 76 | 0 | 60 | 425 | 55 | 44 |
| Binary | 1100101 | 110011 | 10000101 | 11000 | 111110 | 0 | 110000 | 100010101 | 101101 | 100100 |
Color Harmonies of #653385
Complementary color
Monochromatic Colors of #653385
Black with #653385
Text Example
Text Example
White with #653385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653385; }
p { color: rgb(101,51,133); }
H1.HeaderClassName
{
color: #653385;
}
.AnyTagClassName
{
color: #653385;
}
</style>
background-color css
<style>
a { background-color: #653385; }
a { background-color: rgb(101,51,133); }
div.DivClassName
{
background-color: #653385;
}
.BgClassName
{
background-color: #653385;
}
</style>
border-color css
<style>
span { border-color: #653385; }
span { border-color: rgb(101,51,133); }
td.TdClassName
{
border-color: #653385;
}
.TagClassName
{
border-color: #653385;
}
</style>