#56455F

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

Shades of Honey Flower #56455F

Tints of Honey Flower #56455F

Color information

#56455F (or 0x56455F) is unknown color: approx Honey Flower. HEX triplet: 56, 45 and 5F. RGB value is (86,69,95). Sum of RGB (Red+Green+Blue) = 86+69+95=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #56455F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56455F is #A9BAA0. Grayscale: #4C4C4C. Windows color (decimal): -11123361 or 6243670. OLE color: 6243670.

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

Color convert

RGB866995-
CMYK0.090.2700.63
HSL279.23º15.85%32.16%-
HSV(B)279.23º27.37%37.25%-
XYZ8.037.0611.77-
YUV77.05138.13134.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 95 (37.5% from 255) = 38%
R=34.4%
G=27.6%
B=38%

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
Decimal8669950.090.2700.63279.2315.8532.16
Hex56455F91B03F1171020
Octal12610513711330774272040
Binary101011010001011011111100111011011111110001011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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