Shades of Kingfisher Daisy #551B89
Tints of Kingfisher Daisy #551B89
RGB
CMYK
RGB Variations
Color information
#551B89 (or 0x551B89) is known color: Kingfisher Daisy. HEX triplet: 55, 1B and 89. RGB value is (85,27,137). Sum of RGB (Red+Green+Blue) = 85+27+137=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #551B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551B89 is #AAE476. Grayscale: #383838. Windows color (decimal): -11199607 or 8985429. OLE color: 8985429.
HSL color Cylindrical-coordinate representation of color #551B89: hue angle of 271.64º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551B89 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 27 | 137 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.46 |
| HSL | 271.64º | 0.67% | 0.32% | - |
| HSV(B) | 271.64º | 0.8% | 0.54% | - |
| XYZ | 8.65 | 4.52 | 24.08 | - |
| YUV | 56.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 137 | 0.38 | 0.80 | 0 | 0.46 | 271.64 | 0.67 | 0.32 |
| Hex | 55 | 1B | 89 | 26 | 50 | 0 | 2E | 110 | 43 | 20 |
| Octal | 125 | 33 | 211 | 46 | 120 | 0 | 56 | 420 | 103 | 40 |
| Binary | 1010101 | 11011 | 10001001 | 100110 | 1010000 | 0 | 101110 | 100010000 | 1000011 | 100000 |
Color Harmonies of #551B89
Complementary color
Monochromatic Colors of #551B89
Black with #551B89
Text Example
Text Example
White with #551B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B89; }
p { color: rgb(85,27,137); }
H1.HeaderClassName
{
color: #551B89;
}
.AnyTagClassName
{
color: #551B89;
}
</style>
background-color css
<style>
a { background-color: #551B89; }
a { background-color: rgb(85,27,137); }
div.DivClassName
{
background-color: #551B89;
}
.BgClassName
{
background-color: #551B89;
}
</style>
border-color css
<style>
span { border-color: #551B89; }
span { border-color: rgb(85,27,137); }
td.TdClassName
{
border-color: #551B89;
}
.TagClassName
{
border-color: #551B89;
}
</style>