Shades of Honey Flower #553C62
Tints of Honey Flower #553C62
RGB
CMYK
RGB Variations
Color information
#553C62 (or 0x553C62) is known color: Honey Flower. HEX triplet: 55, 3C and 62. RGB value is (85,60,98). Sum of RGB (Red+Green+Blue) = 85+60+98=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #553C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C62 is #AAC39D. Grayscale: #474747. Windows color (decimal): -11191198 or 6437973. OLE color: 6437973.
HSL color Cylindrical-coordinate representation of color #553C62: hue angle of 279.47º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #553C62 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 60 | 98 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.62 |
| HSL | 279.47º | 0.24% | 0.31% | - |
| HSV(B) | 279.47º | 0.39% | 0.38% | - |
| XYZ | 7.57 | 6.04 | 12.32 | - |
| YUV | 71.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 98 | 0.13 | 0.39 | 0 | 0.62 | 279.47 | 0.24 | 0.31 |
| Hex | 55 | 3C | 62 | D | 27 | 0 | 3E | 117 | 18 | 1F |
| Octal | 125 | 74 | 142 | 15 | 47 | 0 | 76 | 427 | 30 | 37 |
| Binary | 1010101 | 111100 | 1100010 | 1101 | 100111 | 0 | 111110 | 100010111 | 11000 | 11111 |
Color Harmonies of #553C62
Complementary color
Monochromatic Colors of #553C62
Black with #553C62
Text Example
Text Example
White with #553C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C62; }
p { color: rgb(85,60,98); }
H1.HeaderClassName
{
color: #553C62;
}
.AnyTagClassName
{
color: #553C62;
}
</style>
background-color css
<style>
a { background-color: #553C62; }
a { background-color: rgb(85,60,98); }
div.DivClassName
{
background-color: #553C62;
}
.BgClassName
{
background-color: #553C62;
}
</style>
border-color css
<style>
span { border-color: #553C62; }
span { border-color: rgb(85,60,98); }
td.TdClassName
{
border-color: #553C62;
}
.TagClassName
{
border-color: #553C62;
}
</style>