#56415F

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

Shades of Honey Flower #56415F

Tints of Honey Flower #56415F

Color information

#56415F (or 0x56415F) is unknown color: approx Honey Flower. HEX triplet: 56, 41 and 5F. RGB value is (86,65,95). Sum of RGB (Red+Green+Blue) = 86+65+95=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #56415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56415F is #A9BEA0. Grayscale: #4A4A4A. Windows color (decimal): -11124385 or 6242646. OLE color: 6242646.

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

Color convert

RGB866595-
CMYK0.090.3200.63
HSL282º18.75%31.37%-
HSV(B)282º31.58%37.25%-
XYZ7.796.5911.69-
YUV74.7139.46136.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=34.96%
G=26.42%
B=38.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8665950.090.3200.6328218.7531.37
Hex56415F92003F11a131f
Octal12610113711400774322337
Binary101011010000011011111100110000001111111000110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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