Shades of Kingfisher Daisy #552185
Tints of Kingfisher Daisy #552185
RGB
CMYK
RGB Variations
Color information
#552185 (or 0x552185) is known color: Kingfisher Daisy. HEX triplet: 55, 21 and 85. RGB value is (85,33,133). Sum of RGB (Red+Green+Blue) = 85+33+133=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #552185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552185 is #AADE7A. Grayscale: #3B3B3B. Windows color (decimal): -11198075 or 8724821. OLE color: 8724821.
HSL color Cylindrical-coordinate representation of color #552185: hue angle of 271.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552185 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 33 | 133 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.48 |
| HSL | 271.2º | 0.6% | 0.33% | - |
| HSV(B) | 271.2º | 0.75% | 0.52% | - |
| XYZ | 8.52 | 4.71 | 22.65 | - |
| YUV | 59.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 133 | 0.36 | 0.75 | 0 | 0.48 | 271.2 | 0.6 | 0.33 |
| Hex | 55 | 21 | 85 | 24 | 4B | 0 | 30 | 10F | 3C | 21 |
| Octal | 125 | 41 | 205 | 44 | 113 | 0 | 60 | 417 | 74 | 41 |
| Binary | 1010101 | 100001 | 10000101 | 100100 | 1001011 | 0 | 110000 | 100001111 | 111100 | 100001 |
Color Harmonies of #552185
Complementary color
Monochromatic Colors of #552185
Black with #552185
Text Example
Text Example
White with #552185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552185; }
p { color: rgb(85,33,133); }
H1.HeaderClassName
{
color: #552185;
}
.AnyTagClassName
{
color: #552185;
}
</style>
background-color css
<style>
a { background-color: #552185; }
a { background-color: rgb(85,33,133); }
div.DivClassName
{
background-color: #552185;
}
.BgClassName
{
background-color: #552185;
}
</style>
border-color css
<style>
span { border-color: #552185; }
span { border-color: rgb(85,33,133); }
td.TdClassName
{
border-color: #552185;
}
.TagClassName
{
border-color: #552185;
}
</style>