Shades of Kingfisher Daisy #532E8D
Tints of Kingfisher Daisy #532E8D
RGB
CMYK
RGB Variations
Color information
#532E8D (or 0x532E8D) is known color: Kingfisher Daisy. HEX triplet: 53, 2E and 8D. RGB value is (83,46,141). Sum of RGB (Red+Green+Blue) = 83+46+141=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #532E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532E8D is #ACD172. Grayscale: #434343. Windows color (decimal): -11325811 or 9252435. OLE color: 9252435.
HSL color Cylindrical-coordinate representation of color #532E8D: hue angle of 263.37º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #532E8D is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 46 | 141 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.45 |
| HSL | 263.37º | 0.51% | 0.37% | - |
| HSV(B) | 263.37º | 0.67% | 0.55% | - |
| XYZ | 9.35 | 5.72 | 25.81 | - |
| YUV | 67.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 141 | 0.41 | 0.67 | 0 | 0.45 | 263.37 | 0.51 | 0.37 |
| Hex | 53 | 2E | 8D | 29 | 43 | 0 | 2D | 107 | 33 | 25 |
| Octal | 123 | 56 | 215 | 51 | 103 | 0 | 55 | 407 | 63 | 45 |
| Binary | 1010011 | 101110 | 10001101 | 101001 | 1000011 | 0 | 101101 | 100000111 | 110011 | 100101 |
Color Harmonies of #532E8D
Complementary color
Monochromatic Colors of #532E8D
Black with #532E8D
Text Example
Text Example
White with #532E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E8D; }
p { color: rgb(83,46,141); }
H1.HeaderClassName
{
color: #532E8D;
}
.AnyTagClassName
{
color: #532E8D;
}
</style>
background-color css
<style>
a { background-color: #532E8D; }
a { background-color: rgb(83,46,141); }
div.DivClassName
{
background-color: #532E8D;
}
.BgClassName
{
background-color: #532E8D;
}
</style>
border-color css
<style>
span { border-color: #532E8D; }
span { border-color: rgb(83,46,141); }
td.TdClassName
{
border-color: #532E8D;
}
.TagClassName
{
border-color: #532E8D;
}
</style>