#56455E

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

Shades of Honey Flower #56455E

Tints of Honey Flower #56455E

Color information

#56455E (or 0x56455E) is unknown color: approx Honey Flower. HEX triplet: 56, 45 and 5E. RGB value is (86,69,94). Sum of RGB (Red+Green+Blue) = 86+69+94=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 69 (27.34% from 255 or 27.71% 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 #56455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56455E is #A9BAA1. Grayscale: #4C4C4C. Windows color (decimal): -11123362 or 6178134. OLE color: 6178134.

HSL color Cylindrical-coordinate representation of color #56455E: hue angle of 280.8º 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 #56455E is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB866994-
CMYK0.090.2700.63
HSL280.8º15.34%31.96%-
HSV(B)280.8º26.6%36.86%-
XYZ7.997.0411.53-
YUV76.93137.63134.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=34.54%
G=27.71%
B=37.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8669940.090.2700.63280.815.3431.96
Hex56455E91B03F119f20
Octal12610513611330774311740
Binary10101101000101101111010011101101111111000110011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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