Shades of Kingfisher Daisy #55268C
Tints of Kingfisher Daisy #55268C
RGB
CMYK
RGB Variations
Color information
#55268C (or 0x55268C) is known color: Kingfisher Daisy. HEX triplet: 55, 26 and 8C. RGB value is (85,38,140). Sum of RGB (Red+Green+Blue) = 85+38+140=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #55268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55268C is #AAD973. Grayscale: #3F3F3F. Windows color (decimal): -11196788 or 9184853. OLE color: 9184853.
HSL color Cylindrical-coordinate representation of color #55268C: hue angle of 267.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55268C is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 38 | 140 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.45 |
| HSL | 267.65º | 0.57% | 0.35% | - |
| HSV(B) | 267.65º | 0.73% | 0.55% | - |
| XYZ | 9.17 | 5.21 | 25.33 | - |
| YUV | 63.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 140 | 0.39 | 0.73 | 0 | 0.45 | 267.65 | 0.57 | 0.35 |
| Hex | 55 | 26 | 8C | 27 | 49 | 0 | 2D | 10C | 39 | 23 |
| Octal | 125 | 46 | 214 | 47 | 111 | 0 | 55 | 414 | 71 | 43 |
| Binary | 1010101 | 100110 | 10001100 | 100111 | 1001001 | 0 | 101101 | 100001100 | 111001 | 100011 |
Color Harmonies of #55268C
Complementary color
Monochromatic Colors of #55268C
Black with #55268C
Text Example
Text Example
White with #55268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55268C; }
p { color: rgb(85,38,140); }
H1.HeaderClassName
{
color: #55268C;
}
.AnyTagClassName
{
color: #55268C;
}
</style>
background-color css
<style>
a { background-color: #55268C; }
a { background-color: rgb(85,38,140); }
div.DivClassName
{
background-color: #55268C;
}
.BgClassName
{
background-color: #55268C;
}
</style>
border-color css
<style>
span { border-color: #55268C; }
span { border-color: rgb(85,38,140); }
td.TdClassName
{
border-color: #55268C;
}
.TagClassName
{
border-color: #55268C;
}
</style>