#55465E

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

Shades of Honey Flower #55465E

Tints of Honey Flower #55465E

Color information

#55465E (or 0x55465E) is unknown color: approx Honey Flower. HEX triplet: 55, 46 and 5E. RGB value is (85,70,94). Sum of RGB (Red+Green+Blue) = 85+70+94=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #55465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55465E is #AAB9A1. Grayscale: #4D4D4D. Windows color (decimal): -11188642 or 6178389. OLE color: 6178389.

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

Color convert

RGB857094-
CMYK0.100.2600.63
HSL277.5º14.63%32.16%-
HSV(B)277.5º25.53%36.86%-
XYZ7.967.1211.54-
YUV77.22137.47133.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=34.14%
G=28.11%
B=37.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8570940.100.2600.63277.514.6332.16
Hex55465EA1A03F116f20
Octal12510613612320774261740
Binary10101011000110101111010101101001111111000101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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