#56396A

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

Shades of Honey Flower #56396A

Tints of Honey Flower #56396A

Color information

#56396A (or 0x56396A) is unknown color: approx Honey Flower. HEX triplet: 56, 39 and 6A. RGB value is (86,57,106). Sum of RGB (Red+Green+Blue) = 86+57+106=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #56396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56396A is #A9C695. Grayscale: #474747. Windows color (decimal): -11126422 or 6961494. OLE color: 6961494.

HSL color Cylindrical-coordinate representation of color #56396A: hue angle of 275.51º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56396A is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8657106-
CMYK0.190.4600.58
HSL275.51º30.06%31.96%-
HSV(B)275.51º46.23%41.57%-
XYZ7.95.9514.37-
YUV71.26147.61138.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=34.54%
G=22.89%
B=42.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86571060.190.4600.58275.5130.0631.96
Hex56396A132E03A1141e20
Octal1267115223560724243640
Binary1010110111001110101010011101110011101010001010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56396A; }

 p { color: rgb(86,57,106); }

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

<style>
 a { background-color: #56396A; }

 a { background-color: rgb(86,57,106); }

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

<style>
 span { border-color: #56396A; }

 span { border-color: rgb(86,57,106); }

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