#56366D

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

Shades of Honey Flower #56366D

Tints of Honey Flower #56366D

Color information

#56366D (or 0x56366D) is unknown color: approx Honey Flower. HEX triplet: 56, 36 and 6D. RGB value is (86,54,109). Sum of RGB (Red+Green+Blue) = 86+54+109=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #56366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56366D is #A9C992. Grayscale: #454545. Windows color (decimal): -11127187 or 7157334. OLE color: 7157334.

HSL color Cylindrical-coordinate representation of color #56366D: hue angle of 274.91º degrees, saturation: 0.34, 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 #56366D is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8654109-
CMYK0.210.5000.57
HSL274.91º33.74%31.96%-
HSV(B)274.91º50.46%42.75%-
XYZ7.925.7215.15-
YUV69.84150.1139.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=34.54%
G=21.69%
B=43.78%

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
Decimal86541090.210.5000.57274.9133.7431.96
Hex56366D15320391132220
Octal1266615525620714234240
Binary10101101101101101101101011100100111001100010011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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