#56356F

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

Shades of Honey Flower #56356F

Tints of Honey Flower #56356F

Color information

#56356F (or 0x56356F) is unknown color: approx Honey Flower. HEX triplet: 56, 35 and 6F. RGB value is (86,53,111). Sum of RGB (Red+Green+Blue) = 86+53+111=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #56356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56356F is #A9CA90. Grayscale: #454545. Windows color (decimal): -11127441 or 7288150. OLE color: 7288150.

HSL color Cylindrical-coordinate representation of color #56356F: hue angle of 274.14º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56356F is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8653111-
CMYK0.230.5200.56
HSL274.14º35.37%32.16%-
HSV(B)274.14º52.25%43.53%-
XYZ7.985.6715.71-
YUV69.48151.43139.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=34.4%
G=21.2%
B=44.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86531110.230.5200.56274.1435.3732.16
Hex56356F17340381122320
Octal1266515727640704224340
Binary10101101101011101111101111101000111000100010010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,53,111); }

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

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

 a { background-color: rgb(86,53,111); }

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

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

 span { border-color: rgb(86,53,111); }

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