Shades of Honey Flower #553C68
Tints of Honey Flower #553C68
RGB
CMYK
RGB Variations
Color information
#553C68 (or 0x553C68) is known color: Honey Flower. HEX triplet: 55, 3C and 68. RGB value is (85,60,104). Sum of RGB (Red+Green+Blue) = 85+60+104=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #553C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C68 is #AAC397. Grayscale: #484848. Windows color (decimal): -11191192 or 6831189. OLE color: 6831189.
HSL color Cylindrical-coordinate representation of color #553C68: hue angle of 274.09º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553C68 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 60 | 104 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.59 |
| HSL | 274.09º | 0.27% | 0.32% | - |
| HSV(B) | 274.09º | 0.42% | 0.41% | - |
| XYZ | 7.86 | 6.16 | 13.87 | - |
| YUV | 72.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 104 | 0.18 | 0.42 | 0 | 0.59 | 274.09 | 0.27 | 0.32 |
| Hex | 55 | 3C | 68 | 12 | 2A | 0 | 3B | 112 | 1B | 20 |
| Octal | 125 | 74 | 150 | 22 | 52 | 0 | 73 | 422 | 33 | 40 |
| Binary | 1010101 | 111100 | 1101000 | 10010 | 101010 | 0 | 111011 | 100010010 | 11011 | 100000 |
Color Harmonies of #553C68
Complementary color
Monochromatic Colors of #553C68
Black with #553C68
Text Example
Text Example
White with #553C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C68; }
p { color: rgb(85,60,104); }
H1.HeaderClassName
{
color: #553C68;
}
.AnyTagClassName
{
color: #553C68;
}
</style>
background-color css
<style>
a { background-color: #553C68; }
a { background-color: rgb(85,60,104); }
div.DivClassName
{
background-color: #553C68;
}
.BgClassName
{
background-color: #553C68;
}
</style>
border-color css
<style>
span { border-color: #553C68; }
span { border-color: rgb(85,60,104); }
td.TdClassName
{
border-color: #553C68;
}
.TagClassName
{
border-color: #553C68;
}
</style>