#55455E

Color #55455E Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #55455E

Tints of Honey Flower #55455E

Color information

#55455E (or 0x55455E) is unknown color: approx Honey Flower. HEX triplet: 55, 45 and 5E. RGB value is (85,69,94). Sum of RGB (Red+Green+Blue) = 85+69+94=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #55455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55455E is #AABAA1. Grayscale: #4C4C4C. Windows color (decimal): -11188898 or 6178133. OLE color: 6178133.

HSL color Cylindrical-coordinate representation of color #55455E: hue angle of 278.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55455E is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB856994-
CMYK0.100.2700.63
HSL278.4º15.34%31.96%-
HSV(B)278.4º26.6%36.86%-
XYZ7.89711.52-
YUV76.63137.8133.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=34.27%
G=27.82%
B=37.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8569940.100.2700.63278.415.3431.96
Hex55455EA1B03F116f20
Octal12510513612330774261740
Binary10101011000101101111010101101101111111000101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55455E; }

 p { color: rgb(85,69,94); }

 H1.HeaderClassName
 {
   color: #55455E;
 }
 .AnyTagClassName
 {
   color: #55455E;
 }
</style>
background-color css

<style>
 a { background-color: #55455E; }

 a { background-color: rgb(85,69,94); }

 div.DivClassName
 {
   background-color: #55455E;
 }
 .BgClassName
 {
   background-color: #55455E;
 }
</style>
border-color css

<style>
 span { border-color: #55455E; }

 span { border-color: rgb(85,69,94); }

 td.TdClassName
 {
   border-color: #55455E;
 }
 .TagClassName
 {
   border-color: #55455E;
 }
</style>