Shades of Kingfisher Daisy #533D77
Tints of Kingfisher Daisy #533D77
RGB
CMYK
RGB Variations
Color information
#533D77 (or 0x533D77) is known color: Kingfisher Daisy. HEX triplet: 53, 3D and 77. RGB value is (83,61,119). Sum of RGB (Red+Green+Blue) = 83+61+119=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #533D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D77 is #ACC288. Grayscale: #494949. Windows color (decimal): -11321993 or 7814483. OLE color: 7814483.
HSL color Cylindrical-coordinate representation of color #533D77: hue angle of 262.76º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533D77 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 61 | 119 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.53 |
| HSL | 262.76º | 0.32% | 0.35% | - |
| HSV(B) | 262.76º | 0.49% | 0.47% | - |
| XYZ | 8.57 | 6.51 | 18.26 | - |
| YUV | 74.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 119 | 0.30 | 0.49 | 0 | 0.53 | 262.76 | 0.32 | 0.35 |
| Hex | 53 | 3D | 77 | 1E | 31 | 0 | 35 | 107 | 20 | 23 |
| Octal | 123 | 75 | 167 | 36 | 61 | 0 | 65 | 407 | 40 | 43 |
| Binary | 1010011 | 111101 | 1110111 | 11110 | 110001 | 0 | 110101 | 100000111 | 100000 | 100011 |
Color Harmonies of #533D77
Complementary color
Monochromatic Colors of #533D77
Black with #533D77
Text Example
Text Example
White with #533D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D77; }
p { color: rgb(83,61,119); }
H1.HeaderClassName
{
color: #533D77;
}
.AnyTagClassName
{
color: #533D77;
}
</style>
background-color css
<style>
a { background-color: #533D77; }
a { background-color: rgb(83,61,119); }
div.DivClassName
{
background-color: #533D77;
}
.BgClassName
{
background-color: #533D77;
}
</style>
border-color css
<style>
span { border-color: #533D77; }
span { border-color: rgb(83,61,119); }
td.TdClassName
{
border-color: #533D77;
}
.TagClassName
{
border-color: #533D77;
}
</style>