Shades of Honey Flower #55376E
Tints of Honey Flower #55376E
RGB
CMYK
RGB Variations
Color information
#55376E (or 0x55376E) is known color: Honey Flower. HEX triplet: 55, 37 and 6E. RGB value is (85,55,110). Sum of RGB (Red+Green+Blue) = 85+55+110=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #55376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55376E is #AAC891. Grayscale: #464646. Windows color (decimal): -11192466 or 7223125. OLE color: 7223125.
HSL color Cylindrical-coordinate representation of color #55376E: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55376E is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 55 | 110 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.57 |
| HSL | 272.73º | 0.33% | 0.32% | - |
| HSV(B) | 272.73º | 0.5% | 0.43% | - |
| XYZ | 7.93 | 5.79 | 15.45 | - |
| YUV | 70.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 110 | 0.23 | 0.5 | 0 | 0.57 | 272.73 | 0.33 | 0.32 |
| Hex | 55 | 37 | 6E | 17 | 32 | 0 | 39 | 111 | 21 | 20 |
| Octal | 125 | 67 | 156 | 27 | 62 | 0 | 71 | 421 | 41 | 40 |
| Binary | 1010101 | 110111 | 1101110 | 10111 | 110010 | 0 | 111001 | 100010001 | 100001 | 100000 |
Color Harmonies of #55376E
Complementary color
Monochromatic Colors of #55376E
Black with #55376E
Text Example
Text Example
White with #55376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55376E; }
p { color: rgb(85,55,110); }
H1.HeaderClassName
{
color: #55376E;
}
.AnyTagClassName
{
color: #55376E;
}
</style>
background-color css
<style>
a { background-color: #55376E; }
a { background-color: rgb(85,55,110); }
div.DivClassName
{
background-color: #55376E;
}
.BgClassName
{
background-color: #55376E;
}
</style>
border-color css
<style>
span { border-color: #55376E; }
span { border-color: rgb(85,55,110); }
td.TdClassName
{
border-color: #55376E;
}
.TagClassName
{
border-color: #55376E;
}
</style>