Shades of Honey Flower #553C65
Tints of Honey Flower #553C65
RGB
CMYK
RGB Variations
Color information
#553C65 (or 0x553C65) is known color: Honey Flower. HEX triplet: 55, 3C and 65. RGB value is (85,60,101). Sum of RGB (Red+Green+Blue) = 85+60+101=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #553C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C65 is #AAC39A. Grayscale: #484848. Windows color (decimal): -11191195 or 6634581. OLE color: 6634581.
HSL color Cylindrical-coordinate representation of color #553C65: hue angle of 276.59º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553C65 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 60 | 101 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.60 |
| HSL | 276.59º | 0.25% | 0.32% | - |
| HSV(B) | 276.59º | 0.41% | 0.4% | - |
| XYZ | 7.71 | 6.1 | 13.08 | - |
| YUV | 72.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 101 | 0.16 | 0.41 | 0 | 0.60 | 276.59 | 0.25 | 0.32 |
| Hex | 55 | 3C | 65 | 10 | 29 | 0 | 3C | 115 | 19 | 20 |
| Octal | 125 | 74 | 145 | 20 | 51 | 0 | 74 | 425 | 31 | 40 |
| Binary | 1010101 | 111100 | 1100101 | 10000 | 101001 | 0 | 111100 | 100010101 | 11001 | 100000 |
Color Harmonies of #553C65
Complementary color
Monochromatic Colors of #553C65
Black with #553C65
Text Example
Text Example
White with #553C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C65; }
p { color: rgb(85,60,101); }
H1.HeaderClassName
{
color: #553C65;
}
.AnyTagClassName
{
color: #553C65;
}
</style>
background-color css
<style>
a { background-color: #553C65; }
a { background-color: rgb(85,60,101); }
div.DivClassName
{
background-color: #553C65;
}
.BgClassName
{
background-color: #553C65;
}
</style>
border-color css
<style>
span { border-color: #553C65; }
span { border-color: rgb(85,60,101); }
td.TdClassName
{
border-color: #553C65;
}
.TagClassName
{
border-color: #553C65;
}
</style>