Shades of Kingfisher Daisy #572E8C
Tints of Kingfisher Daisy #572E8C
RGB
CMYK
RGB Variations
Color information
#572E8C (or 0x572E8C) is known color: Kingfisher Daisy. HEX triplet: 57, 2E and 8C. RGB value is (87,46,140). Sum of RGB (Red+Green+Blue) = 87+46+140=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #572E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572E8C is #A8D173. Grayscale: #444444. Windows color (decimal): -11063668 or 9186903. OLE color: 9186903.
HSL color Cylindrical-coordinate representation of color #572E8C: hue angle of 266.17º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572E8C is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 46 | 140 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.45 |
| HSL | 266.17º | 0.51% | 0.36% | - |
| HSV(B) | 266.17º | 0.67% | 0.55% | - |
| XYZ | 9.64 | 5.87 | 25.44 | - |
| YUV | 68.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 140 | 0.38 | 0.67 | 0 | 0.45 | 266.17 | 0.51 | 0.36 |
| Hex | 57 | 2E | 8C | 26 | 43 | 0 | 2D | 10A | 33 | 24 |
| Octal | 127 | 56 | 214 | 46 | 103 | 0 | 55 | 412 | 63 | 44 |
| Binary | 1010111 | 101110 | 10001100 | 100110 | 1000011 | 0 | 101101 | 100001010 | 110011 | 100100 |
Color Harmonies of #572E8C
Complementary color
Monochromatic Colors of #572E8C
Black with #572E8C
Text Example
Text Example
White with #572E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E8C; }
p { color: rgb(87,46,140); }
H1.HeaderClassName
{
color: #572E8C;
}
.AnyTagClassName
{
color: #572E8C;
}
</style>
background-color css
<style>
a { background-color: #572E8C; }
a { background-color: rgb(87,46,140); }
div.DivClassName
{
background-color: #572E8C;
}
.BgClassName
{
background-color: #572E8C;
}
</style>
border-color css
<style>
span { border-color: #572E8C; }
span { border-color: rgb(87,46,140); }
td.TdClassName
{
border-color: #572E8C;
}
.TagClassName
{
border-color: #572E8C;
}
</style>