Shades of Kingfisher Daisy #533885
Tints of Kingfisher Daisy #533885
RGB
CMYK
RGB Variations
Color information
#533885 (or 0x533885) is known color: Kingfisher Daisy. HEX triplet: 53, 38 and 85. RGB value is (83,56,133). Sum of RGB (Red+Green+Blue) = 83+56+133=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #533885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533885 is #ACC77A. Grayscale: #484848. Windows color (decimal): -11323259 or 8730707. OLE color: 8730707.
HSL color Cylindrical-coordinate representation of color #533885: hue angle of 261.04º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533885 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 56 | 133 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.48 |
| HSL | 261.04º | 0.41% | 0.37% | - |
| HSV(B) | 261.04º | 0.58% | 0.52% | - |
| XYZ | 9.22 | 6.36 | 22.93 | - |
| YUV | 72.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 133 | 0.38 | 0.58 | 0 | 0.48 | 261.04 | 0.41 | 0.37 |
| Hex | 53 | 38 | 85 | 26 | 3A | 0 | 30 | 105 | 29 | 25 |
| Octal | 123 | 70 | 205 | 46 | 72 | 0 | 60 | 405 | 51 | 45 |
| Binary | 1010011 | 111000 | 10000101 | 100110 | 111010 | 0 | 110000 | 100000101 | 101001 | 100101 |
Color Harmonies of #533885
Complementary color
Monochromatic Colors of #533885
Black with #533885
Text Example
Text Example
White with #533885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533885; }
p { color: rgb(83,56,133); }
H1.HeaderClassName
{
color: #533885;
}
.AnyTagClassName
{
color: #533885;
}
</style>
background-color css
<style>
a { background-color: #533885; }
a { background-color: rgb(83,56,133); }
div.DivClassName
{
background-color: #533885;
}
.BgClassName
{
background-color: #533885;
}
</style>
border-color css
<style>
span { border-color: #533885; }
span { border-color: rgb(83,56,133); }
td.TdClassName
{
border-color: #533885;
}
.TagClassName
{
border-color: #533885;
}
</style>