Shades of Honey Flower #553F63
Tints of Honey Flower #553F63
RGB
CMYK
RGB Variations
Color information
#553F63 (or 0x553F63) is known color: Honey Flower. HEX triplet: 55, 3F and 63. RGB value is (85,63,99). Sum of RGB (Red+Green+Blue) = 85+63+99=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #553F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F63 is #AAC09C. Grayscale: #494949. Windows color (decimal): -11190429 or 6504277. OLE color: 6504277.
HSL color Cylindrical-coordinate representation of color #553F63: hue angle of 276.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553F63 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 63 | 99 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.61 |
| HSL | 276.67º | 0.22% | 0.32% | - |
| HSV(B) | 276.67º | 0.36% | 0.39% | - |
| XYZ | 7.78 | 6.39 | 12.63 | - |
| YUV | 73.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 99 | 0.14 | 0.36 | 0 | 0.61 | 276.67 | 0.22 | 0.32 |
| Hex | 55 | 3F | 63 | E | 24 | 0 | 3D | 115 | 16 | 20 |
| Octal | 125 | 77 | 143 | 16 | 44 | 0 | 75 | 425 | 26 | 40 |
| Binary | 1010101 | 111111 | 1100011 | 1110 | 100100 | 0 | 111101 | 100010101 | 10110 | 100000 |
Color Harmonies of #553F63
Complementary color
Monochromatic Colors of #553F63
Black with #553F63
Text Example
Text Example
White with #553F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F63; }
p { color: rgb(85,63,99); }
H1.HeaderClassName
{
color: #553F63;
}
.AnyTagClassName
{
color: #553F63;
}
</style>
background-color css
<style>
a { background-color: #553F63; }
a { background-color: rgb(85,63,99); }
div.DivClassName
{
background-color: #553F63;
}
.BgClassName
{
background-color: #553F63;
}
</style>
border-color css
<style>
span { border-color: #553F63; }
span { border-color: rgb(85,63,99); }
td.TdClassName
{
border-color: #553F63;
}
.TagClassName
{
border-color: #553F63;
}
</style>