Shades of Kingfisher Daisy #532E89
Tints of Kingfisher Daisy #532E89
RGB
CMYK
RGB Variations
Color information
#532E89 (or 0x532E89) is known color: Kingfisher Daisy. HEX triplet: 53, 2E and 89. RGB value is (83,46,137). Sum of RGB (Red+Green+Blue) = 83+46+137=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #532E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532E89 is #ACD176. Grayscale: #434343. Windows color (decimal): -11325815 or 8990291. OLE color: 8990291.
HSL color Cylindrical-coordinate representation of color #532E89: hue angle of 264.4º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532E89 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 46 | 137 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.46 |
| HSL | 264.4º | 0.5% | 0.36% | - |
| HSV(B) | 264.4º | 0.66% | 0.54% | - |
| XYZ | 9.06 | 5.6 | 24.27 | - |
| YUV | 67.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 137 | 0.39 | 0.66 | 0 | 0.46 | 264.4 | 0.5 | 0.36 |
| Hex | 53 | 2E | 89 | 27 | 42 | 0 | 2E | 108 | 32 | 24 |
| Octal | 123 | 56 | 211 | 47 | 102 | 0 | 56 | 410 | 62 | 44 |
| Binary | 1010011 | 101110 | 10001001 | 100111 | 1000010 | 0 | 101110 | 100001000 | 110010 | 100100 |
Color Harmonies of #532E89
Complementary color
Monochromatic Colors of #532E89
Black with #532E89
Text Example
Text Example
White with #532E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E89; }
p { color: rgb(83,46,137); }
H1.HeaderClassName
{
color: #532E89;
}
.AnyTagClassName
{
color: #532E89;
}
</style>
background-color css
<style>
a { background-color: #532E89; }
a { background-color: rgb(83,46,137); }
div.DivClassName
{
background-color: #532E89;
}
.BgClassName
{
background-color: #532E89;
}
</style>
border-color css
<style>
span { border-color: #532E89; }
span { border-color: rgb(83,46,137); }
td.TdClassName
{
border-color: #532E89;
}
.TagClassName
{
border-color: #532E89;
}
</style>