Shades of Kingfisher Daisy #553277
Tints of Kingfisher Daisy #553277
RGB
CMYK
RGB Variations
Color information
#553277 (or 0x553277) is known color: Kingfisher Daisy. HEX triplet: 55, 32 and 77. RGB value is (85,50,119). Sum of RGB (Red+Green+Blue) = 85+50+119=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #553277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553277 is #AACD88. Grayscale: #444444. Windows color (decimal): -11193737 or 7811669. OLE color: 7811669.
HSL color Cylindrical-coordinate representation of color #553277: hue angle of 270.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553277 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 50 | 119 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.53 |
| HSL | 270.43º | 0.41% | 0.33% | - |
| HSV(B) | 270.43º | 0.58% | 0.47% | - |
| XYZ | 8.22 | 5.54 | 18.09 | - |
| YUV | 68.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 119 | 0.29 | 0.58 | 0 | 0.53 | 270.43 | 0.41 | 0.33 |
| Hex | 55 | 32 | 77 | 1D | 3A | 0 | 35 | 10E | 29 | 21 |
| Octal | 125 | 62 | 167 | 35 | 72 | 0 | 65 | 416 | 51 | 41 |
| Binary | 1010101 | 110010 | 1110111 | 11101 | 111010 | 0 | 110101 | 100001110 | 101001 | 100001 |
Color Harmonies of #553277
Complementary color
Monochromatic Colors of #553277
Black with #553277
Text Example
Text Example
White with #553277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553277; }
p { color: rgb(85,50,119); }
H1.HeaderClassName
{
color: #553277;
}
.AnyTagClassName
{
color: #553277;
}
</style>
background-color css
<style>
a { background-color: #553277; }
a { background-color: rgb(85,50,119); }
div.DivClassName
{
background-color: #553277;
}
.BgClassName
{
background-color: #553277;
}
</style>
border-color css
<style>
span { border-color: #553277; }
span { border-color: rgb(85,50,119); }
td.TdClassName
{
border-color: #553277;
}
.TagClassName
{
border-color: #553277;
}
</style>