Shades of Honey Flower #553F60
Tints of Honey Flower #553F60
RGB
CMYK
RGB Variations
Color information
#553F60 (or 0x553F60) is known color: Honey Flower. HEX triplet: 55, 3F and 60. RGB value is (85,63,96). Sum of RGB (Red+Green+Blue) = 85+63+96=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #553F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F60 is #AAC09F. Grayscale: #494949. Windows color (decimal): -11190432 or 6307669. OLE color: 6307669.
HSL color Cylindrical-coordinate representation of color #553F60: hue angle of 280º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #553F60 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 63 | 96 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.62 |
| HSL | 280º | 0.21% | 0.31% | - |
| HSV(B) | 280º | 0.34% | 0.38% | - |
| XYZ | 7.64 | 6.33 | 11.89 | - |
| YUV | 73.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 96 | 0.11 | 0.34 | 0 | 0.62 | 280 | 0.21 | 0.31 |
| Hex | 55 | 3F | 60 | B | 22 | 0 | 3E | 118 | 15 | 1F |
| Octal | 125 | 77 | 140 | 13 | 42 | 0 | 76 | 430 | 25 | 37 |
| Binary | 1010101 | 111111 | 1100000 | 1011 | 100010 | 0 | 111110 | 100011000 | 10101 | 11111 |
Color Harmonies of #553F60
Complementary color
Monochromatic Colors of #553F60
Black with #553F60
Text Example
Text Example
White with #553F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F60; }
p { color: rgb(85,63,96); }
H1.HeaderClassName
{
color: #553F60;
}
.AnyTagClassName
{
color: #553F60;
}
</style>
background-color css
<style>
a { background-color: #553F60; }
a { background-color: rgb(85,63,96); }
div.DivClassName
{
background-color: #553F60;
}
.BgClassName
{
background-color: #553F60;
}
</style>
border-color css
<style>
span { border-color: #553F60; }
span { border-color: rgb(85,63,96); }
td.TdClassName
{
border-color: #553F60;
}
.TagClassName
{
border-color: #553F60;
}
</style>