Shades of Honey Flower #553A71
Tints of Honey Flower #553A71
RGB
CMYK
RGB Variations
Color information
#553A71 (or 0x553A71) is known color: Honey Flower. HEX triplet: 55, 3A and 71. RGB value is (85,58,113). Sum of RGB (Red+Green+Blue) = 85+58+113=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #553A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A71 is #AAC58E. Grayscale: #484848. Windows color (decimal): -11191695 or 7420501. OLE color: 7420501.
HSL color Cylindrical-coordinate representation of color #553A71: hue angle of 269.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #553A71 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 58 | 113 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.56 |
| HSL | 269.45º | 0.32% | 0.34% | - |
| HSV(B) | 269.45º | 0.49% | 0.44% | - |
| XYZ | 8.24 | 6.15 | 16.38 | - |
| YUV | 72.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 113 | 0.25 | 0.49 | 0 | 0.56 | 269.45 | 0.32 | 0.34 |
| Hex | 55 | 3A | 71 | 19 | 31 | 0 | 38 | 10D | 20 | 22 |
| Octal | 125 | 72 | 161 | 31 | 61 | 0 | 70 | 415 | 40 | 42 |
| Binary | 1010101 | 111010 | 1110001 | 11001 | 110001 | 0 | 111000 | 100001101 | 100000 | 100010 |
Color Harmonies of #553A71
Complementary color
Monochromatic Colors of #553A71
Black with #553A71
Text Example
Text Example
White with #553A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A71; }
p { color: rgb(85,58,113); }
H1.HeaderClassName
{
color: #553A71;
}
.AnyTagClassName
{
color: #553A71;
}
</style>
background-color css
<style>
a { background-color: #553A71; }
a { background-color: rgb(85,58,113); }
div.DivClassName
{
background-color: #553A71;
}
.BgClassName
{
background-color: #553A71;
}
</style>
border-color css
<style>
span { border-color: #553A71; }
span { border-color: rgb(85,58,113); }
td.TdClassName
{
border-color: #553A71;
}
.TagClassName
{
border-color: #553A71;
}
</style>