#56415E

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

Shades of Honey Flower #56415E

Tints of Honey Flower #56415E

Color information

#56415E (or 0x56415E) is unknown color: approx Honey Flower. HEX triplet: 56, 41 and 5E. RGB value is (86,65,94). Sum of RGB (Red+Green+Blue) = 86+65+94=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #56415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56415E is #A9BEA1. Grayscale: #4A4A4A. Windows color (decimal): -11124386 or 6177110. OLE color: 6177110.

HSL color Cylindrical-coordinate representation of color #56415E: hue angle of 283.45º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56415E is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB866594-
CMYK0.090.3100.63
HSL283.45º18.24%31.18%-
HSV(B)283.45º30.85%36.86%-
XYZ7.756.5711.45-
YUV74.59138.96136.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=35.10%
G=26.53%
B=38.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8665940.090.3100.63283.4518.2431.18
Hex56415E91F03F11b121f
Octal12610113611370774332237
Binary10101101000001101111010011111101111111000110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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