Shades of Honey Flower #553B6A
Tints of Honey Flower #553B6A
RGB
CMYK
RGB Variations
Color information
#553B6A (or 0x553B6A) is known color: Honey Flower. HEX triplet: 55, 3B and 6A. RGB value is (85,59,106). Sum of RGB (Red+Green+Blue) = 85+59+106=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #553B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B6A is #AAC495. Grayscale: #474747. Windows color (decimal): -11191446 or 6962005. OLE color: 6962005.
HSL color Cylindrical-coordinate representation of color #553B6A: hue angle of 273.19º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553B6A is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 59 | 106 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.58 |
| HSL | 273.19º | 0.28% | 0.32% | - |
| HSV(B) | 273.19º | 0.44% | 0.42% | - |
| XYZ | 7.91 | 6.1 | 14.4 | - |
| YUV | 72.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 106 | 0.20 | 0.44 | 0 | 0.58 | 273.19 | 0.28 | 0.32 |
| Hex | 55 | 3B | 6A | 14 | 2C | 0 | 3A | 111 | 1C | 20 |
| Octal | 125 | 73 | 152 | 24 | 54 | 0 | 72 | 421 | 34 | 40 |
| Binary | 1010101 | 111011 | 1101010 | 10100 | 101100 | 0 | 111010 | 100010001 | 11100 | 100000 |
Color Harmonies of #553B6A
Complementary color
Monochromatic Colors of #553B6A
Black with #553B6A
Text Example
Text Example
White with #553B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B6A; }
p { color: rgb(85,59,106); }
H1.HeaderClassName
{
color: #553B6A;
}
.AnyTagClassName
{
color: #553B6A;
}
</style>
background-color css
<style>
a { background-color: #553B6A; }
a { background-color: rgb(85,59,106); }
div.DivClassName
{
background-color: #553B6A;
}
.BgClassName
{
background-color: #553B6A;
}
</style>
border-color css
<style>
span { border-color: #553B6A; }
span { border-color: rgb(85,59,106); }
td.TdClassName
{
border-color: #553B6A;
}
.TagClassName
{
border-color: #553B6A;
}
</style>