Shades of Kingfisher Daisy #533B80
Tints of Kingfisher Daisy #533B80
RGB
CMYK
RGB Variations
Color information
#533B80 (or 0x533B80) is known color: Kingfisher Daisy. HEX triplet: 53, 3B and 80. RGB value is (83,59,128). Sum of RGB (Red+Green+Blue) = 83+59+128=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #533B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B80 is #ACC47F. Grayscale: #494949. Windows color (decimal): -11322496 or 8403795. OLE color: 8403795.
HSL color Cylindrical-coordinate representation of color #533B80: hue angle of 260.87º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #533B80 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 59 | 128 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.50 |
| HSL | 260.87º | 0.37% | 0.37% | - |
| HSV(B) | 260.87º | 0.54% | 0.5% | - |
| XYZ | 9.03 | 6.53 | 21.21 | - |
| YUV | 74.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 128 | 0.35 | 0.54 | 0 | 0.50 | 260.87 | 0.37 | 0.37 |
| Hex | 53 | 3B | 80 | 23 | 36 | 0 | 32 | 105 | 25 | 25 |
| Octal | 123 | 73 | 200 | 43 | 66 | 0 | 62 | 405 | 45 | 45 |
| Binary | 1010011 | 111011 | 10000000 | 100011 | 110110 | 0 | 110010 | 100000101 | 100101 | 100101 |
Color Harmonies of #533B80
Complementary color
Monochromatic Colors of #533B80
Black with #533B80
Text Example
Text Example
White with #533B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B80; }
p { color: rgb(83,59,128); }
H1.HeaderClassName
{
color: #533B80;
}
.AnyTagClassName
{
color: #533B80;
}
</style>
background-color css
<style>
a { background-color: #533B80; }
a { background-color: rgb(83,59,128); }
div.DivClassName
{
background-color: #533B80;
}
.BgClassName
{
background-color: #533B80;
}
</style>
border-color css
<style>
span { border-color: #533B80; }
span { border-color: rgb(83,59,128); }
td.TdClassName
{
border-color: #533B80;
}
.TagClassName
{
border-color: #533B80;
}
</style>