Shades of Kingfisher Daisy #553377
Tints of Kingfisher Daisy #553377
RGB
CMYK
RGB Variations
Color information
#553377 (or 0x553377) is known color: Kingfisher Daisy. HEX triplet: 55, 33 and 77. RGB value is (85,51,119). Sum of RGB (Red+Green+Blue) = 85+51+119=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #553377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553377 is #AACC88. Grayscale: #444444. Windows color (decimal): -11193481 or 7811925. OLE color: 7811925.
HSL color Cylindrical-coordinate representation of color #553377: hue angle of 270º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553377 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 51 | 119 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.53 |
| HSL | 270º | 0.4% | 0.33% | - |
| HSV(B) | 270º | 0.57% | 0.47% | - |
| XYZ | 8.26 | 5.63 | 18.1 | - |
| YUV | 68.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 119 | 0.29 | 0.57 | 0 | 0.53 | 270 | 0.4 | 0.33 |
| Hex | 55 | 33 | 77 | 1D | 39 | 0 | 35 | 10E | 28 | 21 |
| Octal | 125 | 63 | 167 | 35 | 71 | 0 | 65 | 416 | 50 | 41 |
| Binary | 1010101 | 110011 | 1110111 | 11101 | 111001 | 0 | 110101 | 100001110 | 101000 | 100001 |
Color Harmonies of #553377
Complementary color
Monochromatic Colors of #553377
Black with #553377
Text Example
Text Example
White with #553377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553377; }
p { color: rgb(85,51,119); }
H1.HeaderClassName
{
color: #553377;
}
.AnyTagClassName
{
color: #553377;
}
</style>
background-color css
<style>
a { background-color: #553377; }
a { background-color: rgb(85,51,119); }
div.DivClassName
{
background-color: #553377;
}
.BgClassName
{
background-color: #553377;
}
</style>
border-color css
<style>
span { border-color: #553377; }
span { border-color: rgb(85,51,119); }
td.TdClassName
{
border-color: #553377;
}
.TagClassName
{
border-color: #553377;
}
</style>