#56396B

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

Shades of Honey Flower #56396B

Tints of Honey Flower #56396B

Color information

#56396B (or 0x56396B) is unknown color: approx Honey Flower. HEX triplet: 56, 39 and 6B. RGB value is (86,57,107). Sum of RGB (Red+Green+Blue) = 86+57+107=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #56396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56396B is #A9C694. Grayscale: #474747. Windows color (decimal): -11126421 or 7027030. OLE color: 7027030.

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

Color convert

RGB8657107-
CMYK0.200.4700.58
HSL274.8º30.49%32.16%-
HSV(B)274.8º46.73%41.96%-
XYZ7.955.9714.64-
YUV71.37148.11138.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 107 (42.19% from 255) = 42.8%
R=34.4%
G=22.8%
B=42.8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86571070.200.4700.58274.830.4932.16
Hex56396B142F03A1131e20
Octal1267115324570724233640
Binary1010110111001110101110100101111011101010001001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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