Shades of Kingfisher Daisy #533183
Tints of Kingfisher Daisy #533183
RGB
CMYK
RGB Variations
Color information
#533183 (or 0x533183) is known color: Kingfisher Daisy. HEX triplet: 53, 31 and 83. RGB value is (83,49,131). Sum of RGB (Red+Green+Blue) = 83+49+131=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #533183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533183 is #ACCE7C. Grayscale: #444444. Windows color (decimal): -11325053 or 8597843. OLE color: 8597843.
HSL color Cylindrical-coordinate representation of color #533183: hue angle of 264.88º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533183 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 49 | 131 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.49 |
| HSL | 264.88º | 0.46% | 0.35% | - |
| HSV(B) | 264.88º | 0.63% | 0.51% | - |
| XYZ | 8.76 | 5.67 | 22.11 | - |
| YUV | 68.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 131 | 0.37 | 0.63 | 0 | 0.49 | 264.88 | 0.46 | 0.35 |
| Hex | 53 | 31 | 83 | 25 | 3F | 0 | 31 | 109 | 2E | 23 |
| Octal | 123 | 61 | 203 | 45 | 77 | 0 | 61 | 411 | 56 | 43 |
| Binary | 1010011 | 110001 | 10000011 | 100101 | 111111 | 0 | 110001 | 100001001 | 101110 | 100011 |
Color Harmonies of #533183
Complementary color
Monochromatic Colors of #533183
Black with #533183
Text Example
Text Example
White with #533183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533183; }
p { color: rgb(83,49,131); }
H1.HeaderClassName
{
color: #533183;
}
.AnyTagClassName
{
color: #533183;
}
</style>
background-color css
<style>
a { background-color: #533183; }
a { background-color: rgb(83,49,131); }
div.DivClassName
{
background-color: #533183;
}
.BgClassName
{
background-color: #533183;
}
</style>
border-color css
<style>
span { border-color: #533183; }
span { border-color: rgb(83,49,131); }
td.TdClassName
{
border-color: #533183;
}
.TagClassName
{
border-color: #533183;
}
</style>