Shades of Kingfisher Daisy #57308C
Tints of Kingfisher Daisy #57308C
RGB
CMYK
RGB Variations
Color information
#57308C (or 0x57308C) is known color: Kingfisher Daisy. HEX triplet: 57, 30 and 8C. RGB value is (87,48,140). Sum of RGB (Red+Green+Blue) = 87+48+140=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #57308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57308C is #A8CF73. Grayscale: #454545. Windows color (decimal): -11063156 or 9187415. OLE color: 9187415.
HSL color Cylindrical-coordinate representation of color #57308C: hue angle of 265.43º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57308C is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 48 | 140 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.45 |
| HSL | 265.43º | 0.49% | 0.37% | - |
| HSV(B) | 265.43º | 0.66% | 0.55% | - |
| XYZ | 9.72 | 6.03 | 25.46 | - |
| YUV | 70.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 140 | 0.38 | 0.66 | 0 | 0.45 | 265.43 | 0.49 | 0.37 |
| Hex | 57 | 30 | 8C | 26 | 42 | 0 | 2D | 109 | 31 | 25 |
| Octal | 127 | 60 | 214 | 46 | 102 | 0 | 55 | 411 | 61 | 45 |
| Binary | 1010111 | 110000 | 10001100 | 100110 | 1000010 | 0 | 101101 | 100001001 | 110001 | 100101 |
Color Harmonies of #57308C
Complementary color
Monochromatic Colors of #57308C
Black with #57308C
Text Example
Text Example
White with #57308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57308C; }
p { color: rgb(87,48,140); }
H1.HeaderClassName
{
color: #57308C;
}
.AnyTagClassName
{
color: #57308C;
}
</style>
background-color css
<style>
a { background-color: #57308C; }
a { background-color: rgb(87,48,140); }
div.DivClassName
{
background-color: #57308C;
}
.BgClassName
{
background-color: #57308C;
}
</style>
border-color css
<style>
span { border-color: #57308C; }
span { border-color: rgb(87,48,140); }
td.TdClassName
{
border-color: #57308C;
}
.TagClassName
{
border-color: #57308C;
}
</style>