Shades of Kingfisher Daisy #533684
Tints of Kingfisher Daisy #533684
RGB
CMYK
RGB Variations
Color information
#533684 (or 0x533684) is known color: Kingfisher Daisy. HEX triplet: 53, 36 and 84. RGB value is (83,54,132). Sum of RGB (Red+Green+Blue) = 83+54+132=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #533684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533684 is #ACC97B. Grayscale: #474747. Windows color (decimal): -11323772 or 8664659. OLE color: 8664659.
HSL color Cylindrical-coordinate representation of color #533684: hue angle of 262.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #533684 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 54 | 132 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.48 |
| HSL | 262.31º | 0.42% | 0.36% | - |
| HSV(B) | 262.31º | 0.59% | 0.52% | - |
| XYZ | 9.05 | 6.14 | 22.54 | - |
| YUV | 71.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 132 | 0.37 | 0.59 | 0 | 0.48 | 262.31 | 0.42 | 0.36 |
| Hex | 53 | 36 | 84 | 25 | 3B | 0 | 30 | 106 | 2A | 24 |
| Octal | 123 | 66 | 204 | 45 | 73 | 0 | 60 | 406 | 52 | 44 |
| Binary | 1010011 | 110110 | 10000100 | 100101 | 111011 | 0 | 110000 | 100000110 | 101010 | 100100 |
Color Harmonies of #533684
Complementary color
Monochromatic Colors of #533684
Black with #533684
Text Example
Text Example
White with #533684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533684; }
p { color: rgb(83,54,132); }
H1.HeaderClassName
{
color: #533684;
}
.AnyTagClassName
{
color: #533684;
}
</style>
background-color css
<style>
a { background-color: #533684; }
a { background-color: rgb(83,54,132); }
div.DivClassName
{
background-color: #533684;
}
.BgClassName
{
background-color: #533684;
}
</style>
border-color css
<style>
span { border-color: #533684; }
span { border-color: rgb(83,54,132); }
td.TdClassName
{
border-color: #533684;
}
.TagClassName
{
border-color: #533684;
}
</style>