Shades of Honey Flower #553D6D
Tints of Honey Flower #553D6D
RGB
CMYK
RGB Variations
Color information
#553D6D (or 0x553D6D) is known color: Honey Flower. HEX triplet: 55, 3D and 6D. RGB value is (85,61,109). Sum of RGB (Red+Green+Blue) = 85+61+109=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #553D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D6D is #AAC292. Grayscale: #494949. Windows color (decimal): -11190931 or 7159125. OLE color: 7159125.
HSL color Cylindrical-coordinate representation of color #553D6D: hue angle of 270º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553D6D is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 61 | 109 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.57 |
| HSL | 270º | 0.28% | 0.33% | - |
| HSV(B) | 270º | 0.44% | 0.43% | - |
| XYZ | 8.18 | 6.37 | 15.27 | - |
| YUV | 73.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 109 | 0.22 | 0.44 | 0 | 0.57 | 270 | 0.28 | 0.33 |
| Hex | 55 | 3D | 6D | 16 | 2C | 0 | 39 | 10E | 1C | 21 |
| Octal | 125 | 75 | 155 | 26 | 54 | 0 | 71 | 416 | 34 | 41 |
| Binary | 1010101 | 111101 | 1101101 | 10110 | 101100 | 0 | 111001 | 100001110 | 11100 | 100001 |
Color Harmonies of #553D6D
Complementary color
Monochromatic Colors of #553D6D
Black with #553D6D
Text Example
Text Example
White with #553D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D6D; }
p { color: rgb(85,61,109); }
H1.HeaderClassName
{
color: #553D6D;
}
.AnyTagClassName
{
color: #553D6D;
}
</style>
background-color css
<style>
a { background-color: #553D6D; }
a { background-color: rgb(85,61,109); }
div.DivClassName
{
background-color: #553D6D;
}
.BgClassName
{
background-color: #553D6D;
}
</style>
border-color css
<style>
span { border-color: #553D6D; }
span { border-color: rgb(85,61,109); }
td.TdClassName
{
border-color: #553D6D;
}
.TagClassName
{
border-color: #553D6D;
}
</style>