Shades of Kingfisher Daisy #57248A
Tints of Kingfisher Daisy #57248A
RGB
CMYK
RGB Variations
Color information
#57248A (or 0x57248A) is known color: Kingfisher Daisy. HEX triplet: 57, 24 and 8A. RGB value is (87,36,138). Sum of RGB (Red+Green+Blue) = 87+36+138=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #57248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57248A is #A8DB75. Grayscale: #3E3E3E. Windows color (decimal): -11066230 or 9053271. OLE color: 9053271.
HSL color Cylindrical-coordinate representation of color #57248A: hue angle of 270º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57248A is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 36 | 138 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.46 |
| HSL | 270º | 0.59% | 0.34% | - |
| HSV(B) | 270º | 0.74% | 0.54% | - |
| XYZ | 9.15 | 5.12 | 24.55 | - |
| YUV | 62.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 138 | 0.37 | 0.74 | 0 | 0.46 | 270 | 0.59 | 0.34 |
| Hex | 57 | 24 | 8A | 25 | 4A | 0 | 2E | 10E | 3B | 22 |
| Octal | 127 | 44 | 212 | 45 | 112 | 0 | 56 | 416 | 73 | 42 |
| Binary | 1010111 | 100100 | 10001010 | 100101 | 1001010 | 0 | 101110 | 100001110 | 111011 | 100010 |
Color Harmonies of #57248A
Complementary color
Monochromatic Colors of #57248A
Black with #57248A
Text Example
Text Example
White with #57248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57248A; }
p { color: rgb(87,36,138); }
H1.HeaderClassName
{
color: #57248A;
}
.AnyTagClassName
{
color: #57248A;
}
</style>
background-color css
<style>
a { background-color: #57248A; }
a { background-color: rgb(87,36,138); }
div.DivClassName
{
background-color: #57248A;
}
.BgClassName
{
background-color: #57248A;
}
</style>
border-color css
<style>
span { border-color: #57248A; }
span { border-color: rgb(87,36,138); }
td.TdClassName
{
border-color: #57248A;
}
.TagClassName
{
border-color: #57248A;
}
</style>