Shades of Kingfisher Daisy #533D76
Tints of Kingfisher Daisy #533D76
RGB
CMYK
RGB Variations
Color information
#533D76 (or 0x533D76) is known color: Kingfisher Daisy. HEX triplet: 53, 3D and 76. RGB value is (83,61,118). Sum of RGB (Red+Green+Blue) = 83+61+118=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #533D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D76 is #ACC289. Grayscale: #494949. Windows color (decimal): -11321994 or 7748947. OLE color: 7748947.
HSL color Cylindrical-coordinate representation of color #533D76: hue angle of 263.16º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #533D76 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 61 | 118 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.54 |
| HSL | 263.16º | 0.32% | 0.35% | - |
| HSV(B) | 263.16º | 0.48% | 0.46% | - |
| XYZ | 8.51 | 6.48 | 17.94 | - |
| YUV | 74.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 118 | 0.30 | 0.48 | 0 | 0.54 | 263.16 | 0.32 | 0.35 |
| Hex | 53 | 3D | 76 | 1E | 30 | 0 | 36 | 107 | 20 | 23 |
| Octal | 123 | 75 | 166 | 36 | 60 | 0 | 66 | 407 | 40 | 43 |
| Binary | 1010011 | 111101 | 1110110 | 11110 | 110000 | 0 | 110110 | 100000111 | 100000 | 100011 |
Color Harmonies of #533D76
Complementary color
Monochromatic Colors of #533D76
Black with #533D76
Text Example
Text Example
White with #533D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D76; }
p { color: rgb(83,61,118); }
H1.HeaderClassName
{
color: #533D76;
}
.AnyTagClassName
{
color: #533D76;
}
</style>
background-color css
<style>
a { background-color: #533D76; }
a { background-color: rgb(83,61,118); }
div.DivClassName
{
background-color: #533D76;
}
.BgClassName
{
background-color: #533D76;
}
</style>
border-color css
<style>
span { border-color: #533D76; }
span { border-color: rgb(83,61,118); }
td.TdClassName
{
border-color: #533D76;
}
.TagClassName
{
border-color: #533D76;
}
</style>