Shades of Kingfisher Daisy #532A8A
Tints of Kingfisher Daisy #532A8A
RGB
CMYK
RGB Variations
Color information
#532A8A (or 0x532A8A) is known color: Kingfisher Daisy. HEX triplet: 53, 2A and 8A. RGB value is (83,42,138). Sum of RGB (Red+Green+Blue) = 83+42+138=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #532A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532A8A is #ACD575. Grayscale: #404040. Windows color (decimal): -11326838 or 9054803. OLE color: 9054803.
HSL color Cylindrical-coordinate representation of color #532A8A: hue angle of 265.62º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532A8A is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 42 | 138 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.46 |
| HSL | 265.63º | 0.53% | 0.35% | - |
| HSV(B) | 265.63º | 0.7% | 0.54% | - |
| XYZ | 8.98 | 5.33 | 24.6 | - |
| YUV | 65.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 138 | 0.40 | 0.70 | 0 | 0.46 | 265.63 | 0.53 | 0.35 |
| Hex | 53 | 2A | 8A | 28 | 46 | 0 | 2E | 10A | 35 | 23 |
| Octal | 123 | 52 | 212 | 50 | 106 | 0 | 56 | 412 | 65 | 43 |
| Binary | 1010011 | 101010 | 10001010 | 101000 | 1000110 | 0 | 101110 | 100001010 | 110101 | 100011 |
Color Harmonies of #532A8A
Complementary color
Monochromatic Colors of #532A8A
Black with #532A8A
Text Example
Text Example
White with #532A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A8A; }
p { color: rgb(83,42,138); }
H1.HeaderClassName
{
color: #532A8A;
}
.AnyTagClassName
{
color: #532A8A;
}
</style>
background-color css
<style>
a { background-color: #532A8A; }
a { background-color: rgb(83,42,138); }
div.DivClassName
{
background-color: #532A8A;
}
.BgClassName
{
background-color: #532A8A;
}
</style>
border-color css
<style>
span { border-color: #532A8A; }
span { border-color: rgb(83,42,138); }
td.TdClassName
{
border-color: #532A8A;
}
.TagClassName
{
border-color: #532A8A;
}
</style>