#55455D

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

Shades of Honey Flower #55455D

Tints of Honey Flower #55455D

Color information

#55455D (or 0x55455D) is unknown color: approx Honey Flower. HEX triplet: 55, 45 and 5D. RGB value is (85,69,93). Sum of RGB (Red+Green+Blue) = 85+69+93=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #55455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55455D is #AABAA2. Grayscale: #4C4C4C. Windows color (decimal): -11188899 or 6112597. OLE color: 6112597.

HSL color Cylindrical-coordinate representation of color #55455D: hue angle of 280º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55455D is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB856993-
CMYK0.090.2600.64
HSL280º14.81%31.76%-
HSV(B)280º25.81%36.47%-
XYZ7.856.9811.29-
YUV76.52137.3134.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=34.41%
G=27.94%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8569930.090.2600.6428014.8131.76
Hex55455D91A040118f20
Octal125105135113201004301740
Binary101010110001011011101100111010010000001000110001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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