#55455F

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

Shades of Honey Flower #55455F

Tints of Honey Flower #55455F

Color information

#55455F (or 0x55455F) is unknown color: approx Honey Flower. HEX triplet: 55, 45 and 5F. RGB value is (85,69,95). Sum of RGB (Red+Green+Blue) = 85+69+95=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 95 - color contains mainly: blue. Hex color #55455F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55455F is #AABAA0. Grayscale: #4C4C4C. Windows color (decimal): -11188897 or 6243669. OLE color: 6243669.

HSL color Cylindrical-coordinate representation of color #55455F: hue angle of 276.92º degrees, saturation: 0.16, 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 #55455F is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB856995-
CMYK0.110.2700.63
HSL276.92º15.85%32.16%-
HSV(B)276.92º27.37%37.25%-
XYZ7.947.0111.76-
YUV76.75138.3133.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=34.14%
G=27.71%
B=38.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8569950.110.2700.63276.9215.8532.16
Hex55455FB1B03F1151020
Octal12510513713330774252040
Binary101010110001011011111101111011011111110001010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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