Shades of Kingfisher Daisy #552E86
Tints of Kingfisher Daisy #552E86
RGB
CMYK
RGB Variations
Color information
#552E86 (or 0x552E86) is known color: Kingfisher Daisy. HEX triplet: 55, 2E and 86. RGB value is (85,46,134). Sum of RGB (Red+Green+Blue) = 85+46+134=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #552E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552E86 is #AAD179. Grayscale: #434343. Windows color (decimal): -11194746 or 8793685. OLE color: 8793685.
HSL color Cylindrical-coordinate representation of color #552E86: hue angle of 266.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552E86 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 46 | 134 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.47 |
| HSL | 266.59º | 0.49% | 0.35% | - |
| HSV(B) | 266.59º | 0.66% | 0.53% | - |
| XYZ | 9.03 | 5.61 | 23.16 | - |
| YUV | 67.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 134 | 0.37 | 0.66 | 0 | 0.47 | 266.59 | 0.49 | 0.35 |
| Hex | 55 | 2E | 86 | 25 | 42 | 0 | 2F | 10B | 31 | 23 |
| Octal | 125 | 56 | 206 | 45 | 102 | 0 | 57 | 413 | 61 | 43 |
| Binary | 1010101 | 101110 | 10000110 | 100101 | 1000010 | 0 | 101111 | 100001011 | 110001 | 100011 |
Color Harmonies of #552E86
Complementary color
Monochromatic Colors of #552E86
Black with #552E86
Text Example
Text Example
White with #552E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E86; }
p { color: rgb(85,46,134); }
H1.HeaderClassName
{
color: #552E86;
}
.AnyTagClassName
{
color: #552E86;
}
</style>
background-color css
<style>
a { background-color: #552E86; }
a { background-color: rgb(85,46,134); }
div.DivClassName
{
background-color: #552E86;
}
.BgClassName
{
background-color: #552E86;
}
</style>
border-color css
<style>
span { border-color: #552E86; }
span { border-color: rgb(85,46,134); }
td.TdClassName
{
border-color: #552E86;
}
.TagClassName
{
border-color: #552E86;
}
</style>