#56465E

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

Shades of Honey Flower #56465E

Tints of Honey Flower #56465E

Color information

#56465E (or 0x56465E) is unknown color: approx Honey Flower. HEX triplet: 56, 46 and 5E. RGB value is (86,70,94). Sum of RGB (Red+Green+Blue) = 86+70+94=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #56465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56465E is #A9B9A1. Grayscale: #4D4D4D. Windows color (decimal): -11123106 or 6178390. OLE color: 6178390.

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

Color convert

RGB867094-
CMYK0.090.2600.63
HSL280º14.63%32.16%-
HSV(B)280º25.53%36.86%-
XYZ8.057.1711.55-
YUV77.52137.3134.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=34.4%
G=28%
B=37.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8670940.090.2600.6328014.6332.16
Hex56465E91A03F118f20
Octal12610613611320774301740
Binary10101101000110101111010011101001111111000110001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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