Shades of Kingfisher Daisy #553880
Tints of Kingfisher Daisy #553880
RGB
CMYK
RGB Variations
Color information
#553880 (or 0x553880) is known color: Kingfisher Daisy. HEX triplet: 55, 38 and 80. RGB value is (85,56,128). Sum of RGB (Red+Green+Blue) = 85+56+128=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #553880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553880 is #AAC77F. Grayscale: #484848. Windows color (decimal): -11192192 or 8403029. OLE color: 8403029.
HSL color Cylindrical-coordinate representation of color #553880: hue angle of 264.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553880 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 56 | 128 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.50 |
| HSL | 264.17º | 0.39% | 0.36% | - |
| HSV(B) | 264.17º | 0.56% | 0.5% | - |
| XYZ | 9.06 | 6.32 | 21.16 | - |
| YUV | 72.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 128 | 0.34 | 0.56 | 0 | 0.50 | 264.17 | 0.39 | 0.36 |
| Hex | 55 | 38 | 80 | 22 | 38 | 0 | 32 | 108 | 27 | 24 |
| Octal | 125 | 70 | 200 | 42 | 70 | 0 | 62 | 410 | 47 | 44 |
| Binary | 1010101 | 111000 | 10000000 | 100010 | 111000 | 0 | 110010 | 100001000 | 100111 | 100100 |
Color Harmonies of #553880
Complementary color
Monochromatic Colors of #553880
Black with #553880
Text Example
Text Example
White with #553880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553880; }
p { color: rgb(85,56,128); }
H1.HeaderClassName
{
color: #553880;
}
.AnyTagClassName
{
color: #553880;
}
</style>
background-color css
<style>
a { background-color: #553880; }
a { background-color: rgb(85,56,128); }
div.DivClassName
{
background-color: #553880;
}
.BgClassName
{
background-color: #553880;
}
</style>
border-color css
<style>
span { border-color: #553880; }
span { border-color: rgb(85,56,128); }
td.TdClassName
{
border-color: #553880;
}
.TagClassName
{
border-color: #553880;
}
</style>