Shades of Kingfisher Daisy #55258E
Tints of Kingfisher Daisy #55258E
RGB
CMYK
RGB Variations
Color information
#55258E (or 0x55258E) is known color: Kingfisher Daisy. HEX triplet: 55, 25 and 8E. RGB value is (85,37,142). Sum of RGB (Red+Green+Blue) = 85+37+142=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #55258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55258E is #AADA71. Grayscale: #3E3E3E. Windows color (decimal): -11197042 or 9315669. OLE color: 9315669.
HSL color Cylindrical-coordinate representation of color #55258E: hue angle of 267.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55258E is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 37 | 142 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.44 |
| HSL | 267.43º | 0.59% | 0.35% | - |
| HSV(B) | 267.43º | 0.74% | 0.56% | - |
| XYZ | 9.29 | 5.21 | 26.11 | - |
| YUV | 63.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 142 | 0.40 | 0.74 | 0 | 0.44 | 267.43 | 0.59 | 0.35 |
| Hex | 55 | 25 | 8E | 28 | 4A | 0 | 2C | 10B | 3B | 23 |
| Octal | 125 | 45 | 216 | 50 | 112 | 0 | 54 | 413 | 73 | 43 |
| Binary | 1010101 | 100101 | 10001110 | 101000 | 1001010 | 0 | 101100 | 100001011 | 111011 | 100011 |
Color Harmonies of #55258E
Complementary color
Monochromatic Colors of #55258E
Black with #55258E
Text Example
Text Example
White with #55258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55258E; }
p { color: rgb(85,37,142); }
H1.HeaderClassName
{
color: #55258E;
}
.AnyTagClassName
{
color: #55258E;
}
</style>
background-color css
<style>
a { background-color: #55258E; }
a { background-color: rgb(85,37,142); }
div.DivClassName
{
background-color: #55258E;
}
.BgClassName
{
background-color: #55258E;
}
</style>
border-color css
<style>
span { border-color: #55258E; }
span { border-color: rgb(85,37,142); }
td.TdClassName
{
border-color: #55258E;
}
.TagClassName
{
border-color: #55258E;
}
</style>