Shades of Kingfisher Daisy #551E88
Tints of Kingfisher Daisy #551E88
RGB
CMYK
RGB Variations
Color information
#551E88 (or 0x551E88) is known color: Kingfisher Daisy. HEX triplet: 55, 1E and 88. RGB value is (85,30,136). Sum of RGB (Red+Green+Blue) = 85+30+136=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #551E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551E88 is #AAE177. Grayscale: #3A3A3A. Windows color (decimal): -11198840 or 8920661. OLE color: 8920661.
HSL color Cylindrical-coordinate representation of color #551E88: hue angle of 271.13º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551E88 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 30 | 136 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.47 |
| HSL | 271.13º | 0.64% | 0.33% | - |
| HSV(B) | 271.13º | 0.78% | 0.53% | - |
| XYZ | 8.65 | 4.64 | 23.73 | - |
| YUV | 58.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 136 | 0.38 | 0.78 | 0 | 0.47 | 271.13 | 0.64 | 0.33 |
| Hex | 55 | 1E | 88 | 26 | 4E | 0 | 2F | 10F | 40 | 21 |
| Octal | 125 | 36 | 210 | 46 | 116 | 0 | 57 | 417 | 100 | 41 |
| Binary | 1010101 | 11110 | 10001000 | 100110 | 1001110 | 0 | 101111 | 100001111 | 1000000 | 100001 |
Color Harmonies of #551E88
Complementary color
Monochromatic Colors of #551E88
Black with #551E88
Text Example
Text Example
White with #551E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E88; }
p { color: rgb(85,30,136); }
H1.HeaderClassName
{
color: #551E88;
}
.AnyTagClassName
{
color: #551E88;
}
</style>
background-color css
<style>
a { background-color: #551E88; }
a { background-color: rgb(85,30,136); }
div.DivClassName
{
background-color: #551E88;
}
.BgClassName
{
background-color: #551E88;
}
</style>
border-color css
<style>
span { border-color: #551E88; }
span { border-color: rgb(85,30,136); }
td.TdClassName
{
border-color: #551E88;
}
.TagClassName
{
border-color: #551E88;
}
</style>