Shades of Kingfisher Daisy #55307D
Tints of Kingfisher Daisy #55307D
RGB
CMYK
RGB Variations
Color information
#55307D (or 0x55307D) is known color: Kingfisher Daisy. HEX triplet: 55, 30 and 7D. RGB value is (85,48,125). Sum of RGB (Red+Green+Blue) = 85+48+125=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #55307D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55307D is #AACF82. Grayscale: #434343. Windows color (decimal): -11194243 or 8204373. OLE color: 8204373.
HSL color Cylindrical-coordinate representation of color #55307D: hue angle of 268.83º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55307D is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 48 | 125 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.51 |
| HSL | 268.83º | 0.45% | 0.34% | - |
| HSV(B) | 268.83º | 0.62% | 0.49% | - |
| XYZ | 8.5 | 5.53 | 20.02 | - |
| YUV | 67.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 125 | 0.32 | 0.62 | 0 | 0.51 | 268.83 | 0.45 | 0.34 |
| Hex | 55 | 30 | 7D | 20 | 3E | 0 | 33 | 10D | 2D | 22 |
| Octal | 125 | 60 | 175 | 40 | 76 | 0 | 63 | 415 | 55 | 42 |
| Binary | 1010101 | 110000 | 1111101 | 100000 | 111110 | 0 | 110011 | 100001101 | 101101 | 100010 |
Color Harmonies of #55307D
Complementary color
Monochromatic Colors of #55307D
Black with #55307D
Text Example
Text Example
White with #55307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55307D; }
p { color: rgb(85,48,125); }
H1.HeaderClassName
{
color: #55307D;
}
.AnyTagClassName
{
color: #55307D;
}
</style>
background-color css
<style>
a { background-color: #55307D; }
a { background-color: rgb(85,48,125); }
div.DivClassName
{
background-color: #55307D;
}
.BgClassName
{
background-color: #55307D;
}
</style>
border-color css
<style>
span { border-color: #55307D; }
span { border-color: rgb(85,48,125); }
td.TdClassName
{
border-color: #55307D;
}
.TagClassName
{
border-color: #55307D;
}
</style>