#56376D

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

Shades of Honey Flower #56376D

Tints of Honey Flower #56376D

Color information

#56376D (or 0x56376D) is unknown color: approx Honey Flower. HEX triplet: 56, 37 and 6D. RGB value is (86,55,109). Sum of RGB (Red+Green+Blue) = 86+55+109=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #56376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56376D is #A9C892. Grayscale: #464646. Windows color (decimal): -11126931 or 7157590. OLE color: 7157590.

HSL color Cylindrical-coordinate representation of color #56376D: hue angle of 274.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56376D is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8655109-
CMYK0.210.5000.57
HSL274.44º32.93%32.16%-
HSV(B)274.44º49.54%42.75%-
XYZ7.965.8115.17-
YUV70.42149.77139.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 109 (42.97% from 255) = 43.6%
R=34.4%
G=22%
B=43.6%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86551090.210.5000.57274.4432.9332.16
Hex56376D15320391122120
Octal1266715525620714224140
Binary10101101101111101101101011100100111001100010010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56376D; }

 p { color: rgb(86,55,109); }

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

<style>
 a { background-color: #56376D; }

 a { background-color: rgb(86,55,109); }

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

<style>
 span { border-color: #56376D; }

 span { border-color: rgb(86,55,109); }

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