Shades of Kingfisher Daisy #533884
Tints of Kingfisher Daisy #533884
RGB
CMYK
RGB Variations
Color information
#533884 (or 0x533884) is known color: Kingfisher Daisy. HEX triplet: 53, 38 and 84. RGB value is (83,56,132). Sum of RGB (Red+Green+Blue) = 83+56+132=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #533884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533884 is #ACC77B. Grayscale: #484848. Windows color (decimal): -11323260 or 8665171. OLE color: 8665171.
HSL color Cylindrical-coordinate representation of color #533884: hue angle of 261.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533884 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 56 | 132 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.48 |
| HSL | 261.32º | 0.4% | 0.37% | - |
| HSV(B) | 261.32º | 0.58% | 0.52% | - |
| XYZ | 9.15 | 6.33 | 22.57 | - |
| YUV | 72.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 132 | 0.37 | 0.58 | 0 | 0.48 | 261.32 | 0.4 | 0.37 |
| Hex | 53 | 38 | 84 | 25 | 3A | 0 | 30 | 105 | 28 | 25 |
| Octal | 123 | 70 | 204 | 45 | 72 | 0 | 60 | 405 | 50 | 45 |
| Binary | 1010011 | 111000 | 10000100 | 100101 | 111010 | 0 | 110000 | 100000101 | 101000 | 100101 |
Color Harmonies of #533884
Complementary color
Monochromatic Colors of #533884
Black with #533884
Text Example
Text Example
White with #533884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533884; }
p { color: rgb(83,56,132); }
H1.HeaderClassName
{
color: #533884;
}
.AnyTagClassName
{
color: #533884;
}
</style>
background-color css
<style>
a { background-color: #533884; }
a { background-color: rgb(83,56,132); }
div.DivClassName
{
background-color: #533884;
}
.BgClassName
{
background-color: #533884;
}
</style>
border-color css
<style>
span { border-color: #533884; }
span { border-color: rgb(83,56,132); }
td.TdClassName
{
border-color: #533884;
}
.TagClassName
{
border-color: #533884;
}
</style>