Shades of Kingfisher Daisy #533983
Tints of Kingfisher Daisy #533983
RGB
CMYK
RGB Variations
Color information
#533983 (or 0x533983) is known color: Kingfisher Daisy. HEX triplet: 53, 39 and 83. RGB value is (83,57,131). Sum of RGB (Red+Green+Blue) = 83+57+131=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #533983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533983 is #ACC67C. Grayscale: #484848. Windows color (decimal): -11323005 or 8599891. OLE color: 8599891.
HSL color Cylindrical-coordinate representation of color #533983: hue angle of 261.08º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #533983 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 57 | 131 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.49 |
| HSL | 261.08º | 0.39% | 0.37% | - |
| HSV(B) | 261.08º | 0.56% | 0.51% | - |
| XYZ | 9.13 | 6.4 | 22.23 | - |
| YUV | 73.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 131 | 0.37 | 0.56 | 0 | 0.49 | 261.08 | 0.39 | 0.37 |
| Hex | 53 | 39 | 83 | 25 | 38 | 0 | 31 | 105 | 27 | 25 |
| Octal | 123 | 71 | 203 | 45 | 70 | 0 | 61 | 405 | 47 | 45 |
| Binary | 1010011 | 111001 | 10000011 | 100101 | 111000 | 0 | 110001 | 100000101 | 100111 | 100101 |
Color Harmonies of #533983
Complementary color
Monochromatic Colors of #533983
Black with #533983
Text Example
Text Example
White with #533983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533983; }
p { color: rgb(83,57,131); }
H1.HeaderClassName
{
color: #533983;
}
.AnyTagClassName
{
color: #533983;
}
</style>
background-color css
<style>
a { background-color: #533983; }
a { background-color: rgb(83,57,131); }
div.DivClassName
{
background-color: #533983;
}
.BgClassName
{
background-color: #533983;
}
</style>
border-color css
<style>
span { border-color: #533983; }
span { border-color: rgb(83,57,131); }
td.TdClassName
{
border-color: #533983;
}
.TagClassName
{
border-color: #533983;
}
</style>