Shades of Honey Flower #553D68
Tints of Honey Flower #553D68
RGB
CMYK
RGB Variations
Color information
#553D68 (or 0x553D68) is known color: Honey Flower. HEX triplet: 55, 3D and 68. RGB value is (85,61,104). Sum of RGB (Red+Green+Blue) = 85+61+104=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #553D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D68 is #AAC297. Grayscale: #484848. Windows color (decimal): -11190936 or 6831445. OLE color: 6831445.
HSL color Cylindrical-coordinate representation of color #553D68: hue angle of 273.49º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553D68 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 61 | 104 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.59 |
| HSL | 273.49º | 0.26% | 0.32% | - |
| HSV(B) | 273.49º | 0.41% | 0.41% | - |
| XYZ | 7.91 | 6.27 | 13.89 | - |
| YUV | 73.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 104 | 0.18 | 0.41 | 0 | 0.59 | 273.49 | 0.26 | 0.32 |
| Hex | 55 | 3D | 68 | 12 | 29 | 0 | 3B | 111 | 1A | 20 |
| Octal | 125 | 75 | 150 | 22 | 51 | 0 | 73 | 421 | 32 | 40 |
| Binary | 1010101 | 111101 | 1101000 | 10010 | 101001 | 0 | 111011 | 100010001 | 11010 | 100000 |
Color Harmonies of #553D68
Complementary color
Monochromatic Colors of #553D68
Black with #553D68
Text Example
Text Example
White with #553D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D68; }
p { color: rgb(85,61,104); }
H1.HeaderClassName
{
color: #553D68;
}
.AnyTagClassName
{
color: #553D68;
}
</style>
background-color css
<style>
a { background-color: #553D68; }
a { background-color: rgb(85,61,104); }
div.DivClassName
{
background-color: #553D68;
}
.BgClassName
{
background-color: #553D68;
}
</style>
border-color css
<style>
span { border-color: #553D68; }
span { border-color: rgb(85,61,104); }
td.TdClassName
{
border-color: #553D68;
}
.TagClassName
{
border-color: #553D68;
}
</style>