Shades of Kingfisher Daisy #532F8B
Tints of Kingfisher Daisy #532F8B
RGB
CMYK
RGB Variations
Color information
#532F8B (or 0x532F8B) is known color: Kingfisher Daisy. HEX triplet: 53, 2F and 8B. RGB value is (83,47,139). Sum of RGB (Red+Green+Blue) = 83+47+139=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #532F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532F8B is #ACD074. Grayscale: #434343. Windows color (decimal): -11325557 or 9121619. OLE color: 9121619.
HSL color Cylindrical-coordinate representation of color #532F8B: hue angle of 263.48º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532F8B is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 47 | 139 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.45 |
| HSL | 263.48º | 0.49% | 0.36% | - |
| HSV(B) | 263.48º | 0.66% | 0.55% | - |
| XYZ | 9.24 | 5.74 | 25.05 | - |
| YUV | 68.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 139 | 0.40 | 0.66 | 0 | 0.45 | 263.48 | 0.49 | 0.36 |
| Hex | 53 | 2F | 8B | 28 | 42 | 0 | 2D | 107 | 31 | 24 |
| Octal | 123 | 57 | 213 | 50 | 102 | 0 | 55 | 407 | 61 | 44 |
| Binary | 1010011 | 101111 | 10001011 | 101000 | 1000010 | 0 | 101101 | 100000111 | 110001 | 100100 |
Color Harmonies of #532F8B
Complementary color
Monochromatic Colors of #532F8B
Black with #532F8B
Text Example
Text Example
White with #532F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F8B; }
p { color: rgb(83,47,139); }
H1.HeaderClassName
{
color: #532F8B;
}
.AnyTagClassName
{
color: #532F8B;
}
</style>
background-color css
<style>
a { background-color: #532F8B; }
a { background-color: rgb(83,47,139); }
div.DivClassName
{
background-color: #532F8B;
}
.BgClassName
{
background-color: #532F8B;
}
</style>
border-color css
<style>
span { border-color: #532F8B; }
span { border-color: rgb(83,47,139); }
td.TdClassName
{
border-color: #532F8B;
}
.TagClassName
{
border-color: #532F8B;
}
</style>